File size: 1,703 Bytes
f75f8b3 993028b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
title: Physics Chapter-Video Generator V1
emoji: 😻
colorFrom: green
colorTo: purple
sdk: gradio
sdk_version: 5.33.2
app_file: app.py
pinned: false
short_description: A tool for creating educational physics videos
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Physics Video Generator
A tool for creating educational physics videos by combining topic slides with relevant educational content.
## Features
- **Topic Processing**: Handles various input formats including numbered lists and headers
- **Educational Slides**: Creates clean title slides for each physics topic
- **Content Integration**: Finds and incorporates relevant educational videos
- **Video Compilation**: Produces a single comprehensive video file
- **Web Interface**: Easy-to-use browser-based interface
## Usage
1. Enter your physics topics in the text area
2. Click "Create Physics Video"
3. Wait for processing to complete
4. Download your educational video
## Supported Input Formats
Numbered lists:
```
1. Newton's Laws of Motion
2. Force and Acceleration
3. Energy Conservation
```
Headers:
```
# Kinematics
# Dynamics
# Thermodynamics
```
Plain text:
```
Wave Motion
Sound Waves
Electromagnetic Waves
```
## Technical Specifications
- Built with modern web technologies
- Video processing handled server-side
- Supports multiple physics topics per video
- Educational content sourcing from public videos
- Optimized for web delivery
## Limitations
- Processing time varies based on content availability
- Limited to publicly available educational resources
- Designed specifically for physics education
- Maximum of 8 topics per video session
|