--- title: Techncal Documentation App emoji: 📈 colorFrom: blue colorTo: purple sdk: streamlit sdk_version: 1.27.2 app_file: app.py pinned: false license: mit --- # AI Documentation App This Streamlit app generates AI documentation based on a predefined template. It allows users to input information related to AI projects and generates a PDF document based on the provided data. ## Features - **User Input:** Input boxes for project title, objectives, metrics, key achievements, and lessons learned. - **PDF Generation:** Generates a formatted PDF document based on the entered information. - **Local Download:** Provides a download button to download the generated PDF locally. ## How to Use 1. Install dependencies: ```bash pip install -r requirements.txt Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference