Spaces:
Runtime error
Runtime error
metadata
title: Code To Doc Streamlit
emoji: π
colorFrom: gray
colorTo: red
sdk: streamlit
sdk_version: 1.44.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: doc gen
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Code to Project Document Generator
This is a Streamlit app that takes code files and a heading structure, and generates:
- A DOCX project report
- A PPTX presentation
It uses lightweight models like T5 and tools like python-docx and pptx. Deployable on Hugging Face Spaces!
Usage
- Upload your code files (Python or React)
- Upload a
headings.txt
file with your report headings - Click Generate
Output
project_report.docx
project_presentation.pptx
Run Locally
pip install -r requirements.txt
streamlit run app.py