Hand Written AI test grading system #97
Replies: 3 comments 1 reply
-
|
Suggested Roadmap Graphical Interface (UI): AI Processing (Python code): "You are a teacher. Here is an image of a student's handwritten test. The correct answers are: [x, y, z]. Read what the student has written, compare it with the correct answers, grade it from 0 to 100, and explain the mistakes." Database (Optional): Generate the Revised Test (PDF): Note: The OpenAI API is a paid service, with pricing based on usage. |
Beta Was this translation helpful? Give feedback.
-
|
You can implement this without any plugin using a simple approach: Let the user upload a scanned test image (.jpg or .pdf) in your app The only thing to keep in mind is that if you use an API (like OpenAI), it’s a paid service based on usage. |
Beta Was this translation helpful? Give feedback.
-
|
This project is no longer actively maintained and is now considered closed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to use AI in an app. I am looking to make an app that allows me to use TESTS and scan them in....OCR them and have ChatGPT check the answers based on the training I give it. Then Print out the Revised Test with the Grades etc. Let me know if this is possible and Maybe if you can help me map a small road to make it happen?
These tests have HAND Written answers on some in paragraph form and this is why i need the OCR so ChatGPT can read them.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions