This project was created as a submission to ConUHacks. Team Members: Jonathan Lo and Eric Wang
SoushiChef is a WebApp designed to be your personal Sous Chef in the kitchen. SoushiChef offers a wide variety of meals and will help guide you to make the perfect dish using clear graphics, precise and understandable quantities, time keeping, and much more!
In order to run SoushiChef locally, you will need its dependencies and an Assembly AI Key.
- Clone the repository.
- Install pipenv and Django.
- Configure database in
settings.pyto local settings (We use MySQL) - Start local server using:
python3 manage.py runserver
The backend is entirely written in Python using the Django framework. The frontend is written in HTML and CSS with some JS.