Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakshisrivastava413/autofeedbacker
Automatically generates feedback from the user's voice and facial expressions and shows the result in form of graphical visualisations.
https://github.com/sakshisrivastava413/autofeedbacker
Last synced: 24 days ago
JSON representation
Automatically generates feedback from the user's voice and facial expressions and shows the result in form of graphical visualisations.
- Host: GitHub
- URL: https://github.com/sakshisrivastava413/autofeedbacker
- Owner: Sakshisrivastava413
- Created: 2020-04-07T10:16:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:03:28.000Z (about 2 years ago)
- Last Synced: 2024-11-18T22:06:31.946Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run?
In root folder,
`pip install -r requirements.txt`
`FLASK_APP=server.py FLASK_DEBUG=1 flask run`
In frontend folder,
`npm install`
`npm start`