- Demo
- Overview
- Motivation
- Installation
- Deployement on Cpanel
- Directory Tree
- Bug / Feature Request
- Future scope of project
- Credits
-
Please do ⭐ the repository, if it helped you in anyway.
-
A glimpse of the web app:
This is a Flask web app which analyzes whether the entered tweet is positive or negative.
I started to learn Data Sience during second year of my college as this subject intrigued me quite a lot. So i started with Machine Learning first and came to know mathematics behind all supervised as well as unsupervised models. Finally it is important to work on application (real world application) to actually make a difference.
The Code is written in Python 3.10.10. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txt
Click here to see how to deploy your machine learning model on Cpanel.
├── resource
│ ├── tweet.gif
├── static
│ ├── css
│ ├── style.css
├── template
│ ├── index.html
├── .gitattributes
├── LICENSE.md
├── Procfile
├── README.md
├── app.py
├── cv-transform.pkl
├── requirements.txt
├── sentiment_analysis.ipynb
├── training.1600000.processed.noemoticon.csv
├── tweetmodel.pkl
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result
- Improve accuracy through feature engineering
- Experiment with deep learning techniques (e.g. RNNs or transformers)
- Extend model to support multiple languages
- Dataset link : Click here