/sanay-streamlit

simple web app to play around with the text classification model created for sentichat

Primary LanguagePythonMIT LicenseMIT

Streamlit Sanay

Simple web app to play around with the Keras LSTM model trained to classify the sentiment of a given text. The model was trained on the sentiment140 dataset. Makes sure to checkout Sanay, the chat application providing social cues for those that find it difficult through sentiment analysis, here.

Run

git clone https://github.com/kishdubey/sanay-streamlit
pip3 install -r requirements.txt
streamlit run stream.py

Example

demo

License

MIT License. See LICENSE for more information.