Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
Sentiment-Analysis-API – AI Model by paarthmadan | AlphaNeural AI
You can deploy this model and start earning money today!
paarthmadan
/
Sentiment-Analysis-API
like
0
transformers
mit
endpoints_compatible
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Sentiment Analysis API
This is the deployment part of the project.
Training:
Run the Google Colab notebook (Runtime = "GPU") (
https://colab.research.google.com/drive/1EuF5FDl1X8VnuOO5RxzmM0c9TbtQrVm9?usp=sharing
)
Fine Tuning
Increasing #epochs
Increasing BATCH_SIZE to 32
Changing Adam optimizer rate
Usage
Clone te repository
Set up the conda environment with requirements.txt
In terminal, run the command- uvivorn sentiment_analyzer.api:app --reload