Spaces:
Sleeping
Sleeping
| title: Micro Learn | |
| emoji: π | |
| colorFrom: red | |
| colorTo: red | |
| sdk: gradio | |
| sdk_version: 5.29.0 | |
| app_file: app.py | |
| pinned: false | |
| short_description: A microlearning platform demo | |
| # Micro Learning Platform | |
| This is a demonstration of a microlearning platform that uses AI to help users learn concepts in small, digestible chunks. | |
| ## Features | |
| - Browse microlearning content | |
| - Get summaries of learning modules | |
| - Ask questions about content | |
| ## Project Structure | |
| ```python | |
| /micro_learning_platform | |
| /api # Future API endpoints | |
| /ai # Future AI integration | |
| /data # Future data management | |
| /frontend # Future web interface | |
| app.py # Main application entry |