/Nepali-Food-Recipe-Generator

Nepali-Food-Recipe-Generator is a Flask-based web application that generates random Nepali food recipes, categorized by meal type (breakfast, appetizers/snacks, lunch, and dinner). The repository includes a custom-curated dataset and invites community contributions for enhancements.

Primary LanguagePythonMIT LicenseMIT

Nepali-Food-Recipe-Generator

GitHub forks GitHub stars GitHub contributors

Welcome to the Nepali-Food-Recipe-Generator repository! This web-based Flask application generates random Nepali food recipes, categorized by meal times: breakfast, appetizers/snacks, lunch, and dinner.

Dataset

The dataset included here was curated personally and contains images sourced from the internet. While I do not own all the images in the dataset, I have made an effort to attribute image rights to the rightful owners. If an image you own is included in the dataset and you would like it removed or credited differently, please reach out. The dataset is constantly updating, and your contributions would be greatly appreciated!

Installation

This is a Python-based web application and can be run following these steps:

  1. Clone the repository:
git clone https://github.com/suyogkad/Nepali-Food-Recipe-Generator.git
  1. Navigate into teh directory:
cd Nepali-Food-Recipe-Generator
  1. Also, creating a Python virtual environment to isolate the project dependencies is recommended. To create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
  1. Install the required Python packages:
pip install -r requirements.txt
  1. Run the application:
python app.py

Contributing

Your contributions are always welcome!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.