An AI-powered web app that helps students better understand physics topics.
- Ask to explain physics-related topics (i.e., Electromagnetism, Circuits, Coulomb's Law, etc.)
- Recieve succinct, AI-generated explanations in plain Englist
- Gemini API integration for custom responses
- Responsive UI built with HTML/CSS/Javascript
- Python Flask
- HTML, CSS, JavaScript
- Google Gemini API
- User inputs a physics question or topic
- Flask backend sends a prompt to the Gemini API
- Gemini returns a clear explanation
- The app displays the result in the browser dynamically