-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Develop an AI-powered chatbot using the Groq API for generating responses. The frontend will be built with React, while the backend will be powered by Express.js. Users can send messages, receive AI-generated responses, and maintain a conversation history.
Key Features:
- Groq API Integration: Fetch AI-generated responses.
- React Frontend: Interactive chat UI with smooth user experience.
- Flask Backend: Handles API requests and response management.
- Real-Time Chat Experience: Show loading indicators while fetching responses.
- You can use the UI from the previous task for this one.
- We will be using Flask for this sonce backend frameworks based on Python are ideal for AI application.
Flask Documentation - https://flask.palletsprojects.com/en/stable/
Groq API documentation - https://console.groq.com/docs/overview