AI assisted code explainer and debugger that uses Gemma 2 9B model. This is one of the projects I have worked on in IBM Gen AI Internship.
1)download the zip file
2)Check all the dependencies all installed from the requirement file
3)Create a .streamlit folder and inside that create a secret.toml file and write this line of code GROQ_API = "your_key_here"
3)Go to main.py file
4)open the terminal and run command python -m streamlit run main.py
Try out this application here