https://github.com/ajagtapdev/eyepopaihackathon
10/14/23 Hackathon project
https://github.com/ajagtapdev/eyepopaihackathon
Last synced: 2 months ago
JSON representation
10/14/23 Hackathon project
- Host: GitHub
- URL: https://github.com/ajagtapdev/eyepopaihackathon
- Owner: ajagtapdev
- Created: 2023-10-14T22:38:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:26:13.000Z (over 1 year ago)
- Last Synced: 2025-03-06T04:35:39.381Z (over 1 year ago)
- Language: JavaScript
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
10/14/23 Hackathon Project: PicToPlate
Team LiquidDeath: Aarush, Ganesh, Aditya
Description
PicToPlate integrates Eyepop.ai and the OpenAI API to identify ingredients in photos and then craft delectable recipes from those ingredients. Created during the Eyepop.ai Hackathon on October 14, 2023, by Team LiquidDeath - UCSD students Aarush J, Ganesh K, and Aditya K.
Getting Started
To get started, follow these steps:
- Open the
config.js file in the PicToPlate folder and add your EyePop.ai and OpenAI user URLs/tokens.
- Make sure the EyePop program is running.
- Open the
main.js file and add your API key for OpenAI in the "apikey" field.
- After that, open the
PicToPlate.html file in your browser and enjoy!
Many thanks to Eyepop.ai for providing the framework and technology for this project.