Skip to content

LokhandeKomal/Doc_generated_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Doc Agent Project

Simple web app that can:

  • Generate documentation for a GitHub repo (scans .py/.java files)
  • Explain an uploaded .py / .java file
  • Summarize an uploaded .pdf

Setup (Windows / PowerShell)

  1. Create .env

Copy .env.example to .env and set:

  • GEMINI_API_KEY (free-tier key from Google AI Studio)
  • (optional) GITHUB_TOKEN to avoid GitHub API rate limits
  1. Install dependencies
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt
  1. Run the backend

From the project root:

python .\backend\app.py

Backend health check:

  • http://127.0.0.1:5000/health
  1. Open the frontend

Open frontend/index.html in your browser (double-click is fine).

Notes

  • If you don’t want to use any API key, set USE_FAKE_AI=true in .env to run in demo mode.
  • If port 5000 is already in use, change PORT in .env.

=======

Doc_generated_AI

AI PROJECT

0b5ffd89e72397a843412ca561db8763f150840d

About

AI PROJECT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors