Spaces:
Sleeping
Sleeping
File size: 822 Bytes
c6dd202 2c2d1c2 c6dd202 2c2d1c2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
title: Campus Inspection Report Generator
emoji: 🏫
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
---
# Campus Inspection Report Generator
This application generates detailed campus inspection reports using Google's Gemini AI model. Upload campus images and get comprehensive analysis including:
- Infrastructure assessment
- Safety evaluation
- Environmental analysis
- Detailed recommendations
- PDF report generation
## Setup
1. Clone the repository
2. Set up environment variables:
```bash
GOOGLE_API_KEY=your_gemini_api_key
```
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Run the application:
```bash
python app.py
```
## Features
- Multi-image analysis
- Detailed report generation
- PDF export functionality
- Interactive web interface
|