Skip to content

A Flask-based web application that generates random Nepali food recipes, categorized by meal type.

License

Notifications You must be signed in to change notification settings

suyogkad/Nepali-Food-Recipe-Generator

Repository files navigation

Nepali Food Recipe Generator

GitHub forks GitHub stars GitHub contributors

Welcome everyone! This is a web-based Flask application that generates random Nepali food recipes, categorized by meal times: breakfast, appetizers/snacks, lunch, and dinner.

Dataset

The dataset here is personally curated 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

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Contributions are especially welcome for improving the dataset, adding new recipes, fixing bugs, or suggesting new features.

To contribute:

  1. Fork the repository by clicking the "Fork" button at the top of the repository page.
  2. Clone the forked repository to your local machine:
    git clone https://github.com/your-username/Nepali-Food-Recipe-Generator.git
  3. Create a new branch for your changes.
  4. Make your changes, commit them, and push the changes to your fork.
  5. Create a pull request to the original repository.