It's basically a Recipe Generation wep app using the LLM Model mixtral-8x7b-32768 Provided by GROQ API✨It's Very Very Fast Here it's Stats From official GROQ WEbSite
recipe-video-VEED.mp4
- 1.26s
- mixtral-8x7b-32768
Metric | Input | Output | Total |
---|---|---|---|
Speed (Tokens/s) | 1235 | 629 | 655 |
Tokens | 22 | 251 | 273 |
Inference Time (s) | 0.02 | 0.40 | 0.42 |
Tech Stack 👀
✅Frontend : Ejs , Scss , Bootstrap, Vanilla Js ✅ Backend : Node & Express Js
The core idea behind Recipe.in is to generate delicious recipes with just one simple prompt. It's designed to make cooking fun and easy for everyone, from beginners to seasoned chefs.
- Introduction
- First Look ⚡
- Main Dashboard ⭐
- Response Generation ✅
- Features
- Technologies Used
- Installation
- Usage
- API Endpoints
- Contributing
- License
- Contact
Recipe.in is an innovative application designed to generate delicious recipes with just one simple prompt. It's designed to make cooking fun and easy for everyone, from beginners to seasoned chefs.
GROQ_WITH_NODE/
├── model/
│ ├── SearchHistory.js
│ ├── user.js
│ └── userFeedbacks.js
├── public/
│ ├── images/
│ ├── styles/
│ └── javascripts/
├── views/
├── server.js
├── app.js
├── env.js
├── package.json
└── README.md
- User Authentication: Powered by Passport.js, ensuring secure and smooth user login and registration.
- User Dashboard: Clean and simple UI where users can input prompts and get quick recipe suggestions using the incredibly fast Groq API (629 tokens/sec!).
- History Section: Stores all user prompts in our MongoDB collection for easy reference and inspiration.
- Feedback Support: Users can provide feedback on their experience, with a toast notification confirming submission.
- Profile Management: Basic CRUD operations for user profiles, with flash messages for successful and error notifications.
- Frontend: EJS templating, SCSS, Bootstrap, Vanilla JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB with collections for Users, Search History, and User Feedback
passport.js
for authenticationnodemailer
for sending registration emailsconnect-flash
for flash messagesmongoose
for database interactionsgroq-sdk
for fast response generation