An AI-powered construction project-management automation tool focused on practical PM workflows.
This project converts structured project information into a professional management analysis using the OpenAI API.
- Python
- OpenAI API
- python-dotenv
- Copy
.env.exampleto.env. - Add your own OpenAI API key.
pip install -r requirements.txtpython main.py
See sample_input.txt.
Demonstrates the combination of construction project-management knowledge, AI integration, structured prompting, and automated reporting.
Never commit .env or a real API key.