-
Sentimo is a web-application in which the user can write their daily diary on the basis of experiences and emotions.
-
Our application would recognise the emotion of the user who has either typed notes in his diary or has recorded their own speech and entered in the diary. (under progress)
-
Further, Sentimo would recommend certain movies of the best fit genre, based on the user's emotions.
No need to fork for the contributors, directly clone the repo
Now you need to add a origin to look at this repository
You can now directly pull and push to various branches
after cloning install the dependencies and run the servers
cd client
npm install
npm start
cd server
npm install
npm run start
Make sure to work in your own branch
keep making small commits with relevant messages
To make your final push to the repo:
To keep your branch ahead of the main branch, so you dont miss on other updates
if you are confident in your work, you can also push directly to main
pip install -r requirements.txt
import nltk
nltk.download('omw-1.4')