CoolFace
Apppublic

Saishivram/codemate-ai-assistant

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

CodeMate - AI Python Assistant (Groq-powered)

Welcome to CodeMate, your AI-powered Python coding assistant, built with Gradio and powered by Groq.

๐Ÿ“Œ What It Does

  • โ€”Generates Python code snippets based on your request
  • โ€”Explains code with clear, conversational explanations
  • โ€”Handles greetings and provides help information

๐Ÿ“ฆ Requirements

To run this app, you'll need the following Python packages:

  • โ€”gradio
  • โ€”fuzzywuzzy
  • โ€”groq

๐Ÿš€ How to Run Locally

  1. 1.Install dependencies:
bash
   pip install -r requirements.txt

2. Run the app:
python codemate_app.py