Spaces:
Sleeping
Sleeping
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 | |