Giter Site home page Giter Site logo

foodable's Introduction

Foodable

Foodable is a web application designed to make cooking easy, fun, and inspiring by helping users discover new recipes through various search methods. With Foodable, users can search for recipes by name, by image, or by ingredients they have on hand.

Link to presentation

screenshot

Features

  • User-friendly search options:
    • Search by name: Enter the name of a dish
    • Search by image: Upload a food image, and the AI-powered system will find matching recipes
    • Search by ingredients: Input ingredients you have on hand, and the app will display relevant recipes
  • Browse and explore an extensive recipe database
  • Responsive design for seamless experience on various devices

Technologies

  • Frontend: React, React Router, Axios
  • Backend: Flask, TensorFlow (for image recognition)
  • APIs: Spoonacular API (for recipes)

Getting Started

Prerequisites

  • Node.js
  • npm
  • Python 3
  • Flask

Installation

  1. Clone the repository:
git clone https://github.com/okilbekov/foodable.git
  1. Navigate to the project directory:
cd foodable
  1. Install the frontend dependencies:
cd client
npm install
  1. Install the backend dependencies:
cd ../backend
pip install -r requirements.txt

Running the Application

  1. Start the backend server:
cd backend
python app.py

The backend server should be running at http://127.0.0.1:5000.

  1. In a new terminal, start the frontend development server:
cd client
npm start

The frontend development server should be running at http://localhost:3000.

  1. Open http://localhost:3000 in your browser to access the Foodable web application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

foodable's People

Contributors

okilbekov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.