Spaces:
Runtime error
Runtime error
abdoolamunir
commited on
init!
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Very Basic Sentiment Analysis API
|
2 |
|
3 |
## Table of Contents
|
@@ -88,4 +97,4 @@ The API is also deployed on Hugging Face Spaces. You can access it here: []()
|
|
88 |
Abdullah Munir & anyone who wants to use this basic framework and add onto it :)
|
89 |
|
90 |
## License
|
91 |
-
This project is released under the Apache License 2.0. See the LICENSE file in the repository for more details.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: FastAPI-Docker-Very-Basic-Sentiment-Analysis
|
4 |
+
sdk: docker
|
5 |
+
emoji: 💻
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: purple
|
8 |
+
short_description: This API utilizes a machine learning model to analyze text.
|
9 |
+
---
|
10 |
# Very Basic Sentiment Analysis API
|
11 |
|
12 |
## Table of Contents
|
|
|
97 |
Abdullah Munir & anyone who wants to use this basic framework and add onto it :)
|
98 |
|
99 |
## License
|
100 |
+
This project is released under the Apache License 2.0. See the LICENSE file in the repository for more details.
|