kyorlin2001/code-analysis-tool
0
๐ค Agentic Code Analysis Tool
This repository contains an AI-powered agent designed to analyze software projects.
๐ Live Demo
[Check out the live app on Hugging Face Spaces](https://huggingface.co/spaces/kyorlin2001/code-analysis-tool)
๐ ๏ธ Features
- Zip Analysis: Upload a project and let the agent map the architecture.
- Agentic Reasoning: Powered by
smolagentsand Qwen-2.5-Coder. - Modern Stack: Built with Python 3.11+ and Streamlit.
๐ฅ Local Setup
- Clone the repo.
- Create a
.venvand installrequirements.txt. - Set your
HF_TOKENin a.envfile. - Run
streamlit run src/app.py.
