Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.35 KB

README.md

File metadata and controls

60 lines (41 loc) · 2.35 KB

MLPrep

PR's Welcome

MLPrep is a mobile app that offers recipe recommendations based on a picture of the ingredients, aimed to help reduce food waste by helping users figure out a meal that maximize the usage of their available ingredients 🥗. Using machine learning, MLPrep eliminates the manual work and allows users to simply take a picture of the ingredients they want to cook with 📷, and our app will automatically recognize the ingredients in the picture and generate recipes accordingly.

Screenshots

Ingredients Recognition Adding/Removing Ingredients Recipes View

Tech Stack

  • Flutter/Dart for the frontend
  • Tensorflow for our custom model
  • Flask for the backend

Setting Up

  1. Clone the repo
git clone https://github.com/MLH-Fellowship/MLPrep.git
  1. Run the backend Flask server
cd flask-backend

Follow instructions here to set up and run the flask server.

  1. Run the Flutter frontend

Follow instructions here to set up and run the Flutter app.

Contributing

Open Issues Contributors

We would love to have you contribute to MLPrep! Please read through the Contributing Guide to know more about how you can get started with contributing to MLPrep.

Code of Conduct

We promote an open and a welcoming environment in this community. We pledge to making participation in our project and our community a harassment-free experience for everyone. Learn more about our Code of Conduct.

License

MIT @ MLH Fellowship

🙌 Made by Emily Amspoker, Chau Vu, and Mondale Felix during MLH Fellowship Explorer Sprint 3 in Fall 2020.