CodeChatter v2 is an advanced Flask-based application that harnesses the power of the Groq API to provide intelligent coding assistance. This versatile tool offers multiple AI model selections, enabling developers to leverage artificial intelligence for various coding tasks, including code completion, debugging, and optimization.
Category | Technology |
---|---|
Backend | |
Frontend | |
Groq AI Integration | |
Version Control | |
Development Environment | |
Dev Manager |
-
Install Daytona: Follow the Daytona installation guide.
-
Create the Workspace:
daytona create https://github.com/yashksaini-coder/sample-codechatter
-
Configure Environment Variables Create a
.env
file in the root directory with the following content:GROQ_API_KEY=your_api_key_here
Replace
your_api_key_here
with your actual Groq API key. -
Run the Application
python app.py
-
Access the Application Open your web browser and navigate to
http://localhost:5000
- AI-Powered Coding Assistance: Utilize state-of-the-art AI models to enhance your coding process.
- Multi-Model Support: Choose from a range of AI models to best suit your specific coding needs.
- Syntax Highlighting: Enjoy clear, color-coded syntax for multiple programming languages.
- Responsive Design: Access CodeChatter seamlessly across various devices and screen sizes.
- User-Friendly Interface: Intuitive design for effortless interaction with AI models.
- Enter Your Query: Type your coding question or describe the task in the provided textarea.
- Select AI Model: Choose the most appropriate AI model for your task from the dropdown menu.
- Submit Query: Click the "Ask" button to send your request to the AI.
- View Response: The AI-generated code or explanation will appear in the display area.
We welcome contributions to Cal Buddy! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature
) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please read our Contributing Guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for more information.
Made with ❤️ by Yash K. Saini