Highlights
- Pro
-
-
-
-
-
-
-
-
-
-
tiny-moe-transformer Public
This repository is an attempt to build a **Mixture of Experts (MoE) Large Language Model** entirely from scratch using PyTorch.
Python UpdatedAug 23, 2025 -
-
-
intent-recognition Public
The objective of this project is to classify user intents into seven predefined categories: creative, music, playlist, restaurant, screening, rate_book, and weather.
UpdatedJul 16, 2025 -
-
-
CSV-AI Public
CSV-AI is a modular and extensible Python-based application that enables natural language question answering over CSV files using Retrieval-Augmented Generation (RAG) techniques. It leverages moder…
Jupyter Notebook UpdatedJun 11, 2025 -
rag_linkedin_ai_agent Public
This project uses a LangChain-powered agent that finds a person's LinkedIn profile URL by searching Google using their full name.
Python Apache License 2.0 UpdatedJun 10, 2025 -
IBM-telco-churn-project Public
This project is about predicting customer churn in the telecommunications industry using machine learning techniques
Jupyter Notebook UpdatedMay 20, 2025 -
Amazon-Sentiment-Analysis Public
This project performs Sentiment Analysis on Amazon reviews using Natural Language Processing (NLP) and Deep Learning techniques. A LSTM-based model is trained to classify reviews as positive or neg…
Jupyter Notebook UpdatedApr 3, 2025 -
This repository provides a Python-based word transformer tool for processing and manipulating text data. Especially for auto correction.
Python UpdatedMar 21, 2025 -
This project is a machine learning-based solution to predict store sales over time using time series data. The model is built using XGBoost and is containerized with Docker for easy deployment.
UpdatedMar 13, 2025 -
This project implements a Long Short-Term Memory (LSTM) neural network to predict stock closing prices based on historical data. The dataset used is the NSE-Tata-Global-Beverages-Limited stock data.
Jupyter Notebook UpdatedFeb 25, 2025 -
temperature-prediction Public
This project implements time series forecasting using LSTM (Long Short-Term Memory) and GRU (Gated Recurrent Unit) neural networks. The model predicts temperature data from the Jena Climate dataset.
Jupyter Notebook UpdatedFeb 24, 2025 -
kaggle-churn-prediction Public
Kaggle Dataset Churn Prediction Model with Random Forest, XGBoost, and Other ML Algorithms
Jupyter Notebook UpdatedFeb 20, 2025 -
This project applies machine learning techniques to predict the survival of Titanic passengers based on different features such as age, sex, ticket class, and family size. The main model used is a …
Jupyter Notebook UpdatedFeb 20, 2025 -
This project aims to predict the sale prices of houses based on various features such as lot size, location, year built, and other characteristics
Jupyter Notebook UpdatedFeb 13, 2025 -
linear-regression Public
A simple implementation of Linear Regression using Python.
Python UpdatedFeb 9, 2025 -
-
-