A lightweight AI-assisted educational materials project (Node.js, Python) for content generation and summarization workflows.
main.py– Main Python app entrypointyoutube_summary.py– YouTube transcript summarization scriptmaterials.py– Educational content generation utilitiespackage.json– Node.js dependencies and scriptstailwind.config.js– Styling config
- Install dependencies:
npm installpip install -r requirements.txt(if this exists)
- Run the Python main app:
python main.py
- Run YouTube summary script:
python youtube_summary.py
- Update
requirements.txtas needed. - Customize
tailwind.config.jsfor UI styling. - Add more docs and examples here.
MIT