Installation¶
Prerequisites¶
- Python 3.12+
- Poetry (package manager)
Steps¶
1. Clone the repository¶
2. Install dependencies¶
3. Set up environment variables¶
Copy the example file and fill in your API credentials:
Edit .env with your OpenAI-compatible API key:
4. Prepare data¶
Place company AI-initiative PDFs inside data/ai_initiatives/ or provide
the ZIP archive at data/ai_initiative_reports.zip. The application extracts
and indexes them automatically on first run.
5. Run the application¶
The Streamlit app opens at http://localhost:8510.