Amélioration de la reconnaissance des caractères avec l'IA
Develop a basic CRUD application where users can create, read, update, and delete entries, a To-Do list app. This is implemented in the main branch.
Modify the interface to allow users to upload a picture, which is then stored in the database.
Utilize an AI OCR model to scan the uploaded image via an API, and send the extracted text back to the backend for display to the user.
Incorporate a Large Language Model (LLM) to correct misspellings and fill in missing words in the extracted text.