Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
paarthmadan
/
Sentiment-Analysis-API
like
0
Transformers
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
Sentiment-Analysis-API
/
.flake8
paarthmadan
Upload 2 files
15f78a8
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
[flake8]
max-line-length
=
100
# Black violates PEP8
select
= C,E,F,W,B
ignore
= E203, E501, W503, W291, B950, E231