This project was created as a submission to SwampHacks 2022. Team Members: Jonathan Lo and Eric Wang
ChefAssist is a voice assistant designed to be your personal Sous Chef in the kitchen. ChefAssist offers a wide variety of meals and will help guide you to make the perfect dish using voice commands, precise and understandable quantities, time keeping, and much more!
In order to run ChefAssist locally, you will need its dependencies and an Assembly AI Key.
- Clone the repository.
- Install Node.js
- Create a
config.txtand input the Assembly AI Key according toconfig.text.example - Start local server using:
npm run server
npm run client
The backend is written in Javascript utilizing Jquery and AJAX for live speech and feed. The frontend is written in HTML and CSS. ChefAssist utilizes Assembley AI's API for real time voice commands and NLP.