Collection of MLOps and DL Assignments


Handwritten Digit Recognition

MNIST, Keras

This Flask-based web application recognizes handwritten digits. Users can draw digits on an HTML canvas, and the app predicts the digit using a model trained on the MNIST dataset. The result is shown in real-time on the screen.
Document Classification: TfidfVectorizer and Keras

fetch_20newsgroups, Keras, TensorFlow, naive_bayes MultinomialNB

A text classification model that can effectively identify, extract features, and classify documents from the 20 Newsgroups dataset into one of the 20 predefined categories using pattern recognition techniques.

Commit history for adimail/mlops