🚀 Why fear when AI and Arman are here?
Code Assistant is an AI-powered coding assistant built using Streamlit and Deepseek, running locally with Ollama. This tool provides assistance with debugging, code documentation, and solution design using Deepseek-r1:1.5b and Deepseek-r1:3b models.
- 🐍 Python Expert – Get help with Python programming.
- 🐞 Debugging Assistant – Identify and fix errors quickly.
- 📝 Code Documentation – Generate documentation for your code.
- 💡 Solution Design – Get structured solutions for coding problems.
Before running the project, make sure you have:
- Ollama installed (to run LLM models locally)
- Deepseek model downloaded: deepseek-r1:1.5b
- Python and Conda installed (recommended for virtual environment setup)
Run the following command in the terminal:
ollama run deepseek-r1:1.5bgit clone https://github.com/your-username/code-assistant.git
cd code-assistantconda create --name code-assistant python=3.9 -y
conda activate code-assistantpip install -r requirements.txtstreamlit run app.pyEnsure you have the following dependencies installed:
streamlit
langchain_core
langchain_community
langchain_ollamaFeel free to fork this repository and submit pull requests. If you find any issues, open an issue on GitHub.
For any inquiries, reach out via GitHub Issues or email at armanshikalgar01@gmail.com.

