Backend Developer with OCR & AI/ML Expertise

Job ID: 38329888

Budget: ₹600 – ₹1,500 INR

I'm seeking a skilled backend developer proficient in Python, who also has strong experience in OCR and AI/ML technologies.

Requirements:
- Proficiency in Python: The backend of the project is being developed in Python, hence deep knowledge of this programming language is essential.
- Image Recognition and Processing: The primary function of the AI/ML and OCR system is image recognition and processing. An ability to work with photographs is crucial.
- OCR & AI/ML Expertise: The project heavily relies on OCR and AI/ML functionalities. Experience with these technologies will be highly beneficial.

The ideal candidate should have a strong background in backend development, Python, and experience with OCR and AI/ML for image recognition and processing.


The candidate must do make the following backend according to this info
I have three items:

A text file named slot list with team names and slot numbers.
An image named loobyss with slot numbers and player names.
An image named result ss with positions, player names, and finishes.
I need to:

Extract positions, player names, and finishes from the result ss image.

Assign points based on positions and finishes:

1st: 10 points
2nd: 6 points
3rd: 5 points
4th: 4 points
5th: 3 points
6th: 2 points
7th-8th: 1 point
After 8th: 0 points
Each finish is worth 1 point.
Replace player names with slot numbers using the loobyss image.

Verify slot numbers and replace them with team names from the slot list.

Create a table called confirmedData with matching data, sorted by total points in descending order, including ranks.

Display missing data in a table called missingData, which is editable. Each row has a "+" and "-" sign:

Click "+" to move data to confirmedData (slot number, position, and finish points are mandatory).
Click "-" to delete the row.

Frontend files, LobbySS images, result ss images & slotlist is attached for reference