Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.2 KB

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!