I build intelligent systems using Machine Learning, Computer Vision, and Deep Learning — turning complex data into real-world impact.
import tensorflow as tf
from tensorflow.keras import layers
class BrainTumorDetector:
def build_model(self):
model = tf.keras.Sequential([
layers.Conv2D(32, (3,3), activation='relu'),
layers.MaxPooling2D(2, 2),
layers.Conv2D(64, (3,3), activation='relu'),
layers.Flatten(),
layers.Dense(128, activation='relu'),
layers.Dropout(0.5),
layers.Dense(4, activation='softmax')
])
return model
# 🧠 Accuracy: 98% on MRI scans
I'm a B.Tech Computer Science graduate from Royal Global University, Guwahati, with a deep passion for Machine Learning and Computer Vision. Through my internships at NIELIT, I've built production-grade models — including a CNN that detects brain tumors in MRI scans with 96-98% accuracy.
I believe in learning by building. From recommendation engines to real-time number plate detection systems, I transform ideas into working AI-powered applications.
Regression, Classification, Clustering, Ensemble Methods, Feature Engineering
Object Detection, Image Classification, OCR, Real-time Processing
Neural Networks, CNNs, Transfer Learning, Model Optimization
EDA, Statistical Analysis, Data Visualization, Dashboard Creation
Building responsive web applications and writing efficient, optimized code across multiple languages.
An edge-optimized Automatic Number Plate Recognition (ANPR) system designed for Raspberry Pi. It combines YOLO object detection, PaddleOCR, and a multi-threaded architecture to deliver real-time traffic monitoring and logging via a custom web dashboard.
An NLP-powered spam detection system that classifies SMS/email messages as spam or ham using TF-IDF vectorization and machine learning models. Features text preprocessing, tokenization, and a clean Streamlit interface for real-time predictions.
Royal Global University, Guwahati
Graduated with specialization in Machine Learning, Computer Vision, and Software Development.
Little Star Higher Secondary School, Dimapur
Completed higher secondary education with a strong score , building a solid foundation in mathematics and sciences.
NIELIT
120-hour intensive AI/ML program. Built a CNN-based brain tumor detection model on MRI images achieving 96-98% accuracy. Applied data augmentation and hyperparameter tuning.
NIELIT
Built computer vision models using TensorFlow and Keras achieving 92% accuracy. Documented research results for senior researchers.
• Cloud Computing Bootcamp — NIELIT (2025)
• ML Workshop — IIT Kharagpur (2024)
• AI Data Analytics — Geeks of Gurukul (2024)
• Cybersecurity — Trusnetix (2023)
I'm actively looking for Data Science, ML Engineering, and Computer Vision roles. Got an interesting project or opportunity? Let's talk.
Leave a Comment