An open API service indexing awesome lists of open source software.

https://github.com/davydantoniuk/winstars-data-science

An object-oriented approach to MNIST classification and an ML pipeline integrating Named Entity Recognition (NER) with animal image classification.
https://github.com/davydantoniuk/winstars-data-science

Last synced: 4 months ago
JSON representation

An object-oriented approach to MNIST classification and an ML pipeline integrating Named Entity Recognition (NER) with animal image classification.

Awesome Lists containing this project

README

        

# Winstars AI DS Internship Test

This repository contains two tasks focused on Machine Learning, Computer Vision, and NLP:
- `Task 1`: Implementing multiple classification models on the MNIST dataset using an object-oriented approach.
- `Task 2`: Building an ML pipeline that integrates Named Entity Recognition (NER) with image classification.

Each task is structured into separate folders with clear documentation, well-commented code, and Jupyter Notebook demonstrations.