This project contains code behind the Agentic Github Summarizer application hosted on hugging face. The React application takes a takes a github url and a hugging face api token, and summarises the github repository by calling the Hugging Face Inference API.
This agentic application has been deployed to a Hugging Face space and can be accessed by clicking here.
-
Clone the repository:
git clone https://github.com/r-ant-2468/agentic-github-summarizer
-
Install dependencies:
bash npm install -
Start dev server:
bash npm run dev
- Frontend: React + Tailwind CSS
- Icons: Lucide-React
- AI Engine: Qwen 2.5 (via Hugging Face Inference API)
- Deployment: Hugging Face Spaces (Static SDK)