https://github.com/atmegabuzz/moodify
Web app in which you take your photo and based on your facial expression it classifies your mood and plays revelent song from spotify based on your mood
https://github.com/atmegabuzz/moodify
flask python python3 spotify
Last synced: about 1 year ago
JSON representation
Web app in which you take your photo and based on your facial expression it classifies your mood and plays revelent song from spotify based on your mood
- Host: GitHub
- URL: https://github.com/atmegabuzz/moodify
- Owner: AtmegaBuzz
- Created: 2022-03-04T18:08:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T06:27:39.000Z (about 4 years ago)
- Last Synced: 2025-02-01T09:43:11.308Z (about 1 year ago)
- Topics: flask, python, python3, spotify
- Language: CSS
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# make4thon-hackathon
Web app in which you take your photo and based on your facial expression it classifies your mood and plays revelent song from spotify based on your mood
# Installation
```
1. clone the repo
2. pip install -r requirements.txt
3. python app.py
```
app.py is webserver
main.py is where the classifier function exist