Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 682 Bytes

AI Resource Discoverer

An AI-powered development resource analyzer and project planner that helps developers discover relevant resources and plan their projects effectively.

Features

  • GitHub Repository Analysis
  • AI Project Planning with Google Gemini
  • Resource Discovery
  • Detailed Technical Analysis
  • Report Generation

Configuration

API Configuration

  1. Copy config/.env.example to config/.env
  2. Add your GitHub token
  3. Add your Gemini API key

Setup

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Configure API keys
  4. Run the system check

Usage

See the documentation in /docs for detailed usage instructions.