--- title: AI Notes Maker emoji: 📑 colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 6.3.0 app_file: app.py pinned: false license: mit --- # AI Notes Maker 📑 Turn your PDF documents into concise summaries, bullet points, and study questions instantly. ## Features - **PDF Text Extraction**: Handles text-based PDFs. - **Smart Summarization**: Uses `facebook/bart-large-cnn` to distill long content. - **Auto-Chunking**: Automatically splits large files to handle context limits. - **Key Notes**: Converts prose into easy-to-read bullet points. - **Study Questions**: Generates 10 relevant questions using `valhalla/t5-small-e2e-qg`. ## How to run locally 1. Clone the repository. 2. Install dependencies: ```bash pip install -r requirements.txt ``` 3. Run the app: ```bash python app.py ```