Skip to content

An AI-powered application that recommends recipes based on available ingredients and dietary preferences.

License

Notifications You must be signed in to change notification settings

priyanshudutta04/MyAIChef

Repository files navigation

MyAIChef

An AI-powered application that recommends recipes based on available ingredients and dietary preferences.

made-with-flutter

Demo Video

MyAIChef.mp4

Building from Source

  1. If you don't have Flutter SDK installed, please visit official Flutter site.
  2. Fetch latest source code from master branch.
git clone https://github.com/priyanshudutta04/MyAIChef.git
  1. Under directory MyAIChef/lib create a secret.dart file
  2. In secret.dart file paste the following code and replace "API" with a working gemini api key.
const String GEMINI_API_KEY = "API";
  1. Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run

License

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

Contributing 🤝

Contributions are always welcome. Feel free to make a pull request. Thanks to all the future contributors!

Highly appreciate leaving a ⭐ if you liked it!

About

An AI-powered application that recommends recipes based on available ingredients and dietary preferences.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published