You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn Machine Learning with Amazon's Summer School Program 2025. Access session summaries, previous year MCQs, programming questions, and official test material. Practice module-wise coding tasks and build a strong foundation for interviews and real-world applications.
The repo consists of Amazon ML challenge 2024, It is about detecting specific text (specific features) from image based dataset. It is a combination of OCR+NLP, then Naive Bayes classification is done.
This repo contains the winning code for Amazon ML Challenge 2024. The challenge was to develop a Machine Learning model to extract product entity details directly from the product images.
Built a smart OCR pipeline using EasyOCR, PyTesseract, and OpenCV to extract key product information (name, dimensions, specifications) directly from raw product images enabling structured data generation for unstructured visual content. Designed for scalability and real-world application in catalog automation and inventory intelligence.