A web application that transforms recipe URLs into beautiful, easy-to-follow cuisinograms. You can find the backend repository here.
- Convert recipe URLs into visual cuisinograms
- Interactive recipe visualization
- Clean and intuitive user interface
- Powered by Google's Gemini AI
- React.js
- Modern UI components
- Responsive design
- Python
- Flask
- Google Gemini API
- Clone the repositories
git clone https://github.com/rexgraystone/bon-aippetit.git
git clone https://github.com/rexgraystone/bon-aippetit-backend.git- Install frontend dependencies
cd frontend
npm install- Install backend dependencies
cd backend
pip install -r requirements.txt- Create a
.envfile in the backend directory - Add your Google Gemini API key:
GEMINI_API_KEY=your_api_key_here
cd frontend
npm startcd backend
python app.pyContributions are welcome! Please feel free to submit a Pull Request.