DebugBro AI is your personal assistant designed to help with engineering-related problems β both software and hardware! It can answer questions, offer motivational support, translate simple phrases, and help you track your progress.
- π§ Software & Hardware problem solving
- π¬ Motivational messages
- π Basic translation (placeholder)
- π Compare previous and new results
- π€ Personalized interaction
git clone https://github.com/your-username/debugbro-ai.git
cd debugbro-aipip install -r requirements.txt- Create a
.envfile and add your API key:
OPENAI_API_KEY=your_api_key_here
Or edit the script directly to include your API key in the variable.
python main.pyYou'll be welcomed by DebugBro and prompted for your name and whether your issue is software or hardware related.
How to fix a short circuit?
Motivate me!
Translate "Hola" to English
Compare 80% and 90%
To exit the program, simply type:
exit
Feel free to fork this repository, submit issues, or create pull requests. If you have suggestions for improving or adding features, Iβd love to hear from you!
This project was made to demonstrate my passion for AI and problem-solving. I wanted to create an assistant that could help engineers just like me tackle everyday issues β and encourage them while doing so!