https://github.com/compmonk/whatshouldicook
Voice based recipe search engine website
https://github.com/compmonk/whatshouldicook
angular bootstrap4 devpost django django-rest-framework dragonhacks font-awesome fontawesome-icons google-speech-to-text google-text-to-speech hackathon mlh mlh19 python3 recipepuppy
Last synced: about 2 months ago
JSON representation
Voice based recipe search engine website
- Host: GitHub
- URL: https://github.com/compmonk/whatshouldicook
- Owner: compmonk
- Created: 2019-04-21T09:58:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:00:31.000Z (over 3 years ago)
- Last Synced: 2023-03-04T13:33:07.242Z (over 3 years ago)
- Topics: angular, bootstrap4, devpost, django, django-rest-framework, dragonhacks, font-awesome, fontawesome-icons, google-speech-to-text, google-text-to-speech, hackathon, mlh, mlh19, python3, recipepuppy
- Language: Python
- Size: 9.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatshouldicook
This is a voice based recipe search engine website. We can find recipes based on the ingredients we have.
## Setup
```
git clone https://github.com/compmonk/whatshouldicook.git
cd whatshouldicook
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
sudo apt-get install -y $(grep -vE "^\s*#" packages.txt | tr "\n" " ")
pip install -r requirements.txt
bower install
python whatshouldicook/manage.py runserver
```
## To run
```
source venv/bin/activate
python whatshouldicook/whatshouldicook/manage.py runserver
```