CoolFace
Apppublic

kyorlin2001/code-analysis-tool

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
App README

๐Ÿค– 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 smolagents and Qwen-2.5-Coder.
  • โ€”Modern Stack: Built with Python 3.11+ and Streamlit.

๐Ÿ“ฅ Local Setup

  1. 1.Clone the repo.
  2. 2.Create a .venv and install requirements.txt.
  3. 3.Set your HF_TOKEN in a .env file.
  4. 4.Run streamlit run src/app.py.