|
PyChat is an open-sourced, ready to use AI Assistant catered towards general/everyday questions. With Groq, the responses are quick and conversational.
✅ Easy to use UI
✅ Fast responses
✅ Secure conversations (PyChat doesn't keep any logs of your chat)
- Figma: For designing the GUI
- Python: Efficient coding
- Tkinter: Python Framework for GUI Applications
- Groq API: For unlimited responses
Make sure you have python 3.10 or later installed
- Fork the repository
- Clone your fork locally
- Navigate to the build directory:
cd build - Run the backend.py file:
python backend.py - Run the gui.py file:
python gui.py
Contributions are welcomed! Make PyChat even better by putting your expertise into it.
Read Contributing Guide for more info and key focus areas.

