Sanay, is a web-based chat application that provides social cues for those that find it difficult through sentiment analysis. The LSTM Keras Model has been trained on a dataset of 1.6 M tweets, achieving a 78.95% sentiment classification accuracy.
video-based chat application with sentiment analysis coming soon!
This is an example of how to list things you need to use the software and how to install them.
- pip3
sudo apt install python3-pip
- Clone the repo
git clone https://github.com/kishdubey/sanay cd sanay/sanay
- Install packages
pip3 install -r requirements.txt
- Enter your SQLAlchemy URI in
app.py
app.config['SQLALCHEMY_DATABASE_URI'] = "YOUR URI"
- Run Sanay
python3 app.py
Register, Login, and Chat away.
Distributed under the MIT License. See LICENSE
for more information.
Kish Dubey - kdube076@uottawa.ca
Project Link: https://github.com/kishdubey/sanay