A web app that helps students to find homeworks solutions by taking a picture of the question. The app is using Google Vision API for analyzing the text in the uploaded image.
Here is how you can connect to our api:
// To Upload An Image
const YOUR_DATA = { file: IMAGE }
$ajax({
type: "POST",
url: "https://snapkeys.herokuapp.com/upload",
data: YOUR_DATA,
success: YOUR_FUNCTION
});
The API wil return recommanded courses from coursera and solutions from Chegg
-
Use machine learning to auto categorize questions and suggest related learning materials (Coursera classes .etc);
-
Looking forward to a deeper cooperation with Chegg to provide more detailed solutions for refugees sutdents;
-
Expand the Questions Database to provide a faster and more accurate search for the students;