In this project, we are using the Sentiment Analysing algorithm to predict the emotional state of an individual based on the data input from the person's social media posts and interactions. To perform this analysis, we use an interactive platform like the website or the mobile application and take the user authorized account name and process the data accordingly in our server and finally display the result of analysis performed i.e. the emotional state of the individual whose account name was provided.
This is just the API of our project, hosted on Heroku and hence the Procfile is made.
- Create a Twitter Developer Account and acquire the access token and key and API key and token.
- Paste those credentials into the app.py.
-
Install the dependencies using :
pip install -r requirements.txt
-
Run the app.py file :
python app.py
-
Fork the entire repository and make the necessary changes.
-
Link the repository to the Heroku pipeline.