BCopeland64 commited on
Commit
2bbd55a
1 Parent(s): 0b7ea0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -9,5 +9,20 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: mit
11
  ---
12
+ # AI Documentation App
13
+
14
+ 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.
15
+
16
+ ## Features
17
+
18
+ - **User Input:** Input boxes for project title, objectives, metrics, key achievements, and lessons learned.
19
+ - **PDF Generation:** Generates a formatted PDF document based on the entered information.
20
+ - **Local Download:** Provides a download button to download the generated PDF locally.
21
+
22
+ ## How to Use
23
+
24
+ 1. Install dependencies:
25
+ ```bash
26
+ pip install -r requirements.txt
27
 
28
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference