Commit History

cleaning sentiment.py
2297e70

manudev-1 commited on

Remove unused environment variable and improve error handling in analysis endpoint
7e8513d

manue commited on

Remove duplicate environment variable setup for Hugging Face cache
a471f05

manue commited on

Initialize environment variables for Hugging Face cache and remove use_cache from sentiment pipeline
8954f1d

manue commited on

Update Dockerfile and sentiment model initialization for improved caching and remove obsolete model reference
7163daa

manue commited on

Simplify sentiment model initialization by using a direct model reference
2ad0e0b

manue commited on

Fix model path in sentiment initialization to use local files
d4b1c2b

manue commited on

Refactor sentiment model initialization to use AutoModel and AutoTokenizer
e1379c5

manue commited on

Fix model path in sentiment pipeline initialization
03c041a

manue commited on

Fix model path in sentiment pipeline initialization
e2d876b

manue commited on

Fix model path in sentiment pipeline initialization
82b5d0b

manue commited on

Refactor sentiment model initialization to simplify pipeline setup
1dc8930

manue commited on

Update requirements.txt to include latest dependencies
c39ca29

manue commited on

Update Dockerfile to use gunicorn for app execution
afa6bb7

manue commited on

Add curl command to download sentiment model configuration in Dockerfile
2b5b0f1

manue commited on

Refactor sentiment model initialization to use AutoTokenizer and AutoModelForSequenceClassification
2cae640

manue commited on

Add home route to return API status message
359f489

manue commited on

Remove EXPOSE 7860 from Dockerfile
5124424

manue commited on

Remove EXPOSE 5000 from Dockerfile and retain EXPOSE 7860
5b6a5ec

manue commited on

Update Dockerfile to use Python 3.10, modify app.py to run on host 0.0.0.0, and add .huggingface.yaml configuration
00c6e88

manue commited on

Add initial project files including Dockerfile, app, sentiment model, requirements, and .gitignore
7106645

manue commited on

initial commit
74b7079
verified

manudev-1 commited on