SolidMeal is a mobile application designed to assist individuals with specific health conditions in finding suitable and healthy recipes. Leveraging the power of the K-nearest neighbours (KNN) algorithm, SolidMeal provides personalized recipe recommendations based on your health profile and dietary needs. Discover meals that not only taste good but also contribute positively to your health.
Beta Version of the app is available here: https://drive.google.com/file/d/1-FgI8AuEEWy6_BMb4mft2pkfyZa2Wc0T/view?usp=share_link
Website here: https://solidmeal.vercel.app/
flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs
The application uses environment variables for certain configurations. To set these:
Rename the .env.example file to .env. Fill in the values for the variables in the .env file. The variables include: API_KEY: Your API key for accessing the Spoonacular Recipe Food Nutrition API from Rapid-API. Save the file. Note: The .env file is included in the .gitignore to ensure sensitive data (like your API key) is not committed to version control. When cloning or forking this repository, ensure you set these variables in your own .env file.