Skip to content

Amitanand983/AutoRepo-Insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoRepo Insight

A full-stack tool to analyze any public GitHub repo and generate documentation, requirements, and more.

Features

  • Professional README.md generation
  • requirements.txt extraction
  • Markdown/HTML code documentation
  • .gitignore, license detection, API doc, code smell detection

Tech Stack

  • Frontend: React (Vite), Tailwind CSS, shadcn/ui
  • Backend: FastAPI, PyGithub, gitpython, pipreqs, pdoc, flake8, radon, pylint

Getting Started

Backend

cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

Frontend

cd frontend
npm install
npm run dev

Folder Structure

See code for the details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published