ConvoCraft

🌟 ConvoCraft

GitHub

ConvoCraft is an AI-powered chatbot designed for seamless, real-time, context-aware conversations using Groq Llama 3.1. It features a modern, professional UI with an intuitive chat interface, optimized for desktop and mobile.


🎯 Project Overview

ConvoCraft demonstrates full-stack web development skills and AI integration:


🛠️ Tech Stack

Technology Purpose
Python (Flask) Backend server and API integration
HTML, CSS, Bootstrap Frontend design and responsive layout
Groq API (Llama 3.1) AI-powered chatbot engine
JavaScript AJAX communication between frontend and backend

🚀 Features


🖼️ Screenshots

ConvoCraft Home
New Conversation
Chat Interface

⚡ Getting Started

1. Clone the repository

git clone https://github.com/SivaRakshana3207/ConvoCraft.git
cd ConvoCraft

2. Install Dependencies

bash pip install flask groq

3. Add Your API Key

Create a .env file in the project root and add your Groq API key: env GROQ_API_KEY=your_groq_api_key_here

4. Run the Application

bash python app.py

📫 Connect with Me