emanism6 commited on
Commit
d318d41
β€’
1 Parent(s): 33e41c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Text Classification API with FastAPI, Docker, and Hugging Face Transformers
2
 
3
  This repository contains code for building a RESTful API using FastAPI to perform text classification (sentiment analysis, emotion classification, etc) using a pre-trained Hugging Face Transformer model. The API is containerized using Docker for easy deployment.
@@ -129,6 +138,4 @@ You can interact with the API using tools like cURL, Postman, or by sending HTTP
129
 
130
  ---
131
 
132
- Feel free to explore the code and documentation for more details on how the API works and how to interact with it.
133
-
134
-
 
1
+ ---
2
+ license: apache-2.0
3
+ title: Text-Classification-fastapi
4
+ sdk: docker
5
+ emoji: πŸš€
6
+ colorFrom: indigo
7
+ colorTo: green
8
+ pinned: true
9
+ ---
10
  # Text Classification API with FastAPI, Docker, and Hugging Face Transformers
11
 
12
  This repository contains code for building a RESTful API using FastAPI to perform text classification (sentiment analysis, emotion classification, etc) using a pre-trained Hugging Face Transformer model. The API is containerized using Docker for easy deployment.
 
138
 
139
  ---
140
 
141
+ Feel free to explore the code and documentation for more details on how the API works and how to interact with it.