- Project Overview
- Key Features
- Architecture and Technology Stack
- Installation and Setup
- Usage Guide
- AI Functionality and Comparison
- Frontend Design
- Deployment Process
- Contributors
- Future Enhancements
Recipify is an AI-powered web application designed to streamline meal preparation by curating recipes based on available ingredients and providing nutritional breakdowns. Unlike many existing solutions, Recipify offers multiple recipe suggestions, maximizing user options and fostering a creative cooking experience. The app helps users reduce food waste, manage dietary needs, and explore new meal ideas with ease.
- Ingredient-Based Recipe Suggestions: Users input ingredients and receive a list of recipe suggestions.
- Nutritional Information: Provides details on calories, protein, carbohydrates, and fats for each recipe.
- User Authentication: Integration with Google for secure, easy login.
- Responsive UI: Designed for a seamless experience across devices.
- Multi-Option Recipe Suggestions: Provides more than one recipe to suit various dietary and taste preferences.
- On-Demand AI Integration: Supports personalized and context-specific recipe generation, making each session unique.
- HTML/CSS: For page structure and styling.
- JavaScript: Handles interactive features.
- Django Templates: Renders dynamic content.
- Django Framework: Manages views, routing, and data processing.
- On-Demand AI Platform: Provides real-time recipe generation based on user input.
- Firebase Authentication: Allows users to log in securely via Google OAuth.
- Vercel: Hosts the app and manages deployment for both frontend and backend.
- Python 3.x
- PostgreSQL
- Clone the repository:
git clone <repository_url> cd recipify
- Set up virtual environment:
python3 -m venv env source env/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Set up the database:: Configure PostgreSQL/sqlite3, create a new database, and update settings.py with your database credentials.
- Run migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Navigate to the main page (enter the Vercel URL if deployed).
- Use the search bar to input ingredients you have.
- Browse multiple recipe suggestions, each tailored to ingredients and dietary preferences.
- Sign In: Use Google Authentication to securely log in.
- Profile Management: Save favorite recipes and view personalized recommendations.
- Click on the recipe card for details.
- Save recipes to favorites for quick access.
Recipify’s AI-based recipe generation is powered by an on-demand AI platform. Unlike platforms like ChefGPT or DishGen, which may provide only a single recipe, Recipify offers multiple suggestions, giving users the flexibility to choose what best suits their needs.
The frontend is responsive and user-friendly:
- Header: Contains the logo and navigation links for quick access.
- Recipe Cards: Display recipe names, macros, ingredients, and preparation steps.
- Profile Section: Allows users to save, view, and manage recipes.
To deploy the application:
- Collect Static Files:
python manage.py collectstatic
- Vercel Setup:
- Push the repository to Vercel.
- Ensure
settings.py
is configured with environment variables.
- Railway Setup for PostgreSQL:
- Link the PostgreSQL database on Railway to your Vercel app.
- Akash - Backend/API/Deployment
- Kartikey Roshan - Frontend/Ideation
- Himanshu Jorwal - Frontend/PPT Design
- Ankit Kumar - Backend
- Authentication using Django-allauth