Portfolio /Work

Work

01.Live Aquaria

AI-powered app that identifies fish species using Google’s Gemini API. Includes logging features, an interactive 3D aquarium with React and Three.js, and a global fishing map via Leaflet API.

React JS, Node.js, Express, MongoDB, Three.js, Leaflet API

02.Email Spam Detection - NLP

A Natural Language Processing project to classify text comments into spam or non-spam categories using Python. Implements preprocessing, feature extraction (TF-IDF), and Naive Bayes-based classification with hyperparameter tuning.

Python, Scikit-learn, NLP, TF-IDF

03.Calculator Desktop App

C# calculator application offering both basic and scientific functionalities, built with OOP principles and a user-friendly GUI.

C#, GUI, OOP