|
--- |
|
title: Physics Chapter-Video Generator |
|
emoji: π |
|
colorFrom: blue |
|
colorTo: red |
|
sdk: gradio |
|
sdk_version: 5.33.2 |
|
app_file: app.py |
|
pinned: false |
|
short_description: 'An automated tool that creates engaging physics educational ' |
|
--- |
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|
|
|
|
--- |
|
title: Physics Video Generator |
|
emoji: π |
|
colorFrom: blue |
|
colorTo: purple |
|
sdk: gradio |
|
sdk_version: 4.44.0 |
|
app_file: app.py |
|
pinned: false |
|
license: mit |
|
python_version: 3.11 |
|
--- |
|
|
|
# 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 |
|
|
|
|