An AI-powered application that recommends recipes based on available ingredients and dietary preferences.
MyAIChef.mp4
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from master branch.
git clone https://github.com/priyanshudutta04/MyAIChef.git
- Under directory
MyAIChef/lib
create asecret.dart
file - In
secret.dart
file paste the following code and replace"API"
with a working gemini api key.
const String GEMINI_API_KEY = "API";
- Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run
This project is licensed under the MIT License - see the LICENSE file for details.
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!