A Computer Vision based application to detect food ingredients uploaded as image data and then suggest recipes based on the same, along with nutritional information and suggestions
- Clone the repository with
git clone https://github.com/vxshxk/recipify.git
- Install the required packages with the command
python -m pip install -r requirements.txt
cd
into therecipify/
directory- Copy the environment file by doing
cp env.example .env
- Get API keys from Unsplash and Gemini and past them in the .env file
- To do the migrations, enter the command (needs to be entered only once)
python manage.py migrate
- To run the server, enter the command (needs to be entered everytime the app server is to be started)
python manage.py runserver
- Head to
http://127.0.0.1:8000
to see the webpage
- Clone the repository with
git clone https://github.com/vxshxk/recipify.git
- Enter the command to start up the docker container
docker compose up
- Head to
http://127.0.0.1:8000
to see the webpage
- Make a new branch for every single change, do NOT push to main
- Once all your changes are done, make a pull request to main
- Request approval from necessary contributors
- Pray for it to be merged