Raw dataset - https://www.kaggle.com/code/ipekgamzeucal/recipe-recommendation-based-on-ingredients
Filtered dataset - https://drive.google.com/drive/folders/1jEcOkRDdl2-WQ7KEnXwrv49H_R5Z1Huv?usp=drive_link
General
Food.Buddy.mp4
Install the following dependencies
- Python 3.12.0 (latest)
- Django 4.2 or higher (latest)
- Django Rest Framework (latest)
- Flutter (latest)
- React (latest)
- NextJS (latest)
- Material UI (latest)
Step 1: Clone the repository through the terminal.
git clone <LINK>.git
Step 2: Set up Backend
cd foodBuddyBackend
pip install virtualenv
python<version> -m venv <virtual-environment-name>
source <virtual-environment-name>/bin/activate
pip install -r requirements.txt
Step 3: Setting up the Frontend
pip install -r requirements.txt
Step 4: Setting up the Flutter
pip install -r requirements.txt
Step 1: (Backend)
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Step 2: (Frontend)
(React)
cd foodBuddyFrontend
npm run dev
(Flutter)
flutter run
The above-mentioned technologies were used to develop the project.
This project is licensed under MIT. Further details regarding the license can be found here.