AI Homework Helper
Objective: Develop a prototype application that leverages the Gemini API to assist students with homework by delivering both the final answer and a detailed, step-by-step explanation.
How it Works: Students can either type their question or upload a photo of a handwritten or printed problem. The app utilizes Gemini AI to generate:
- The final answer
- A clear, easy-to-follow explanation outlining the solution process
Example: Question: A student walks from her home to the library, which is 400 meters east. Then, she walks 150 meters west to a café. What is her total displacement from her home?
Answer: 250 meters east
Explanation:
- Define a positive direction: Choose east as the positive direction.
- Represent movements as positive or negative values: Express the eastward walk as a positive value and the westward walk as a negative value.
- Calculate the net displacement: Add the two values together. This will give you the overall displacement from her home.
Problem Statement: Students often lose time manually retyping lengthy homework questions from worksheets or textbooks into search engines or AI tools.
Proposed Solution: The AI Homework Helper eliminates this inefficiency by allowing users to upload a photo of the question directly. The application automatically extracts the content, processes it through Gemini AI, and provides a concise answer along with a detailed explanation. This approach significantly saves time and enhances student comprehension.
Log in or sign up for Devpost to join the conversation.