dancesee/docu-genie-app
1
๐ง Docu-Genie
Transform videos into professional documents using AI.
Upload any video tutorial, training session, or walkthrough โ and Docu-Genie will automatically transcribe it, polish it with AI, and generate a beautiful PDF document complete with screenshots.
๐ฏ What It Does
- Transcribes your video using OpenAI Whisper (supports 90+ languages)
- Humanizes the transcript with Mistral AI โ converting raw speech into professional "Step 1, Step 2" format
- Captures screenshots at key moments (10%, 50%, 90% of video)
- Generates a PDF with cover page, headers, footers, and styled sections
โจ Features
๐ ๏ธ Tech Stack
๐ How to Use
- Upload your video โ Drag & drop or click the upload zone
- Wait for processing โ The AI transcribes, humanizes, and generates your PDF
- Download your SOP โ Click the download button to get your professional PDF
Processing Time (Free CPU)
๐ Deploy Your Own
Hugging Face Spaces (Recommended)
- Fork this Space or clone the repo
- Go to Settings โ Variables and Secrets
- Add secret:
HF_TOKEN= Your Hugging Face access token - Restart the Space
Local Development
git clone https://github.com/kiteflies-ok/docu-genie-app.git
cd docu-genie-app
pip install -r requirements.txt
python app.pyOpen http://localhost:7860
Docker
docker build -t docu-genie .
docker run -p 7860:7860 docu-genie๐ง Configuration
๐ฏ Supported Formats
- Video: MP4, MOV, AVI, MKV, WebM
- Max Size: 1GB
- Languages: 90+ (auto-detected)
๐ PDF Output Includes
- โ Professional cover page with title and date
- โ "Docu-Genie SOP" header on every page
- โ Page numbers (e.g., "Page 1/3")
- โ Screenshots at key video timestamps
- โ AI-polished SOP with "Step 1, Step 2" format
- โ Clean, readable formatting
๐ Troubleshooting
๐ License
MIT License
Made with โจ by Docu-Genie | Powered by Whisper + Mistral AI
