Apollo-Blaze
"Houston, we have a problem..." || In programming terms: GitHub, we have a merge conflict!
Pinned Repositories
A.L.O.H.A
ALOHA is an AI driven personal assistant designed to help users manage their tasks, events, and categories. Leveraging Natural Language Processing (NLP) and Machine Learning (ML), ALOHA can understand user commands and perform various functions such as adding, deleting, and listing tasks or creating categories.
Canvair
Canvair is an interactive AI-powered canvas application that allows users to draw, erase, and interact with tools using hand gestures. Built with Python, OpenCV, and MediaPipe. This project emphasizes hand-tracking and gesture-based drawing, making it an ideal tool for artists, educators, or hobbyists interested in virtual interactivity.
ChatApp-MERN
Contact-Manager
Ekov1
EKO is an innovative platform designed to bridge the gap between the general public and repair technicians by facilitating the sale of unusable electronic and electrical components. This project aims to make repairs more affordable and accessible .
ettayi
Tired of coding in English? Why not code in Malayalam for a change?
mediator-front
Mediator is a website designed to facilitate collaboration between content creators and businesses, creating a dynamic ecosystem for innovation and creativity. This is a site I made for the same company as part of my internship project
Nap-Buster
Nap-Buster is the ultimate WAKE-UP call for your laptop! It ensures your computer never accidentally falls asleep, keeping it active by detecting your presence and simulating activity when needed. No more unexpected naps during your work or leisure.
Portfolio
My 3D Interactive Portfolio is a dynamic and visually stunning web application showcasing interactive 3D models, including a personalized avatar. This portfolio leverages the power of Three.js and Framer Motion to bring 3D elements to life, enhancing the overall user experience. The website is designed to be a modern, interactive resume.
Quotify-flutter-app-
Apollo-Blaze's Repositories
Apollo-Blaze/ettayi
Tired of coding in English? Why not code in Malayalam for a change?
Apollo-Blaze/mediator-front
Mediator is a website designed to facilitate collaboration between content creators and businesses, creating a dynamic ecosystem for innovation and creativity. This is a site I made for the same company as part of my internship project
Apollo-Blaze/Portfolio
My 3D Interactive Portfolio is a dynamic and visually stunning web application showcasing interactive 3D models, including a personalized avatar. This portfolio leverages the power of Three.js and Framer Motion to bring 3D elements to life, enhancing the overall user experience. The website is designed to be a modern, interactive resume.
Apollo-Blaze/A.L.O.H.A
ALOHA is an AI driven personal assistant designed to help users manage their tasks, events, and categories. Leveraging Natural Language Processing (NLP) and Machine Learning (ML), ALOHA can understand user commands and perform various functions such as adding, deleting, and listing tasks or creating categories.
Apollo-Blaze/Breast-Cancer-Classification
A deep learning project to classify breast cancer as malignant or benign using the Wisconsin Diagnostic Breast Cancer (WDBC) dataset. The project employs a neural network model built with TensorFlow and Keras.
Apollo-Blaze/Canvair
Canvair is an interactive AI-powered canvas application that allows users to draw, erase, and interact with tools using hand gestures. Built with Python, OpenCV, and MediaPipe. This project emphasizes hand-tracking and gesture-based drawing, making it an ideal tool for artists, educators, or hobbyists interested in virtual interactivity.
Apollo-Blaze/LearnSpectra
LearnSpectra is an educational web application designed to assist teachers in analyzing and understanding educational materials.
Apollo-Blaze/Loan-Default-Prediction-Using-Keras
A machine learning project to predict loan default using historical data from LendingClub. The project utilizes Keras for building and training a neural network model to classify whether a borrower will repay their loan or default.
Apollo-Blaze/Lunar-Lander-Q-Learning
This repository contains a Python implementation of a Deep Q-Learning agent trained to master the Lunar Lander environment from OpenAI Gym. The agent learns to land a spacecraft safely on the lunar surface by interacting with the environment and optimizing its actions based on rewards.
Apollo-Blaze/Nap-Buster
Nap-Buster is the ultimate WAKE-UP call for your laptop! It ensures your computer never accidentally falls asleep, keeping it active by detecting your presence and simulating activity when needed. No more unexpected naps during your work or leisure.
Apollo-Blaze/AI-Ms-Pac-Man
This repository contains a Python implementation of a Deep Convolutional Q-Learning (DCQN) agent trained to play Ms. Pac-Man. The agent learns to navigate the game environment and maximize its score using a convolutional neural network and reinforcement learning techniques.
Apollo-Blaze/Apollo-Blaze
Config files for my GitHub profile.
Apollo-Blaze/Basics-of-Data-Science
My repository containing the fundamental concepts I learned during my data science course.
Apollo-Blaze/Contendator
application which filters out racist , steriotypical comments and contents which hold prjudice against specific religion, cast , color or religion and gives it a mark accordingly.
Apollo-Blaze/FloodGuard
Flood Guard is a predictive modeling project aimed at assessing the risk of flooding in US based on current rainfall conditions. Utilizing machine learning and data analysis techniques, this project leverages historical weather data to forecast potential flooding events, providing valuable insights for disaster management and response efforts.
Apollo-Blaze/FlowerClassification-SVM
A comprehensive project analyzing the famous Iris flower dataset using Support Vector Machines (SVM). This project includes data visualization, model training, evaluation, and parameter tuning using GridSearchCV.
Apollo-Blaze/House-Price-Prediction-Using-Neural-Networks
This repository contains a project for predicting house prices using neural networks. The dataset used is from Kaggle’s house sales prediction dataset. The project includes data preprocessing, exploratory data analysis, model building, training, and evaluation.
Apollo-Blaze/I-Glide
I-Glide is a gesture-based mouse control system that uses computer vision to enable touchless interaction. With tools like MediaPipe and OpenCV, it tracks hand movements for cursor control, clicks, and scrolling. This project highlights the potential of gesture recognition for accessibility and innovation.
Apollo-Blaze/I-Hear
A gesture-based system volume control project that combines computer vision and audio management to adjust your system's sound dynamically using hand gestures. Powered by Python, MediaPipe, OpenCV, and Pycaw, this tool offers an innovative way to interact with your system. 🎵✋
Apollo-Blaze/KMeans_University_Clustering
A project utilizing K-Means Clustering to categorize universities into private and public groups based on various features such as number of applications, enrollment rates, tuition costs, and more. This project demonstrates the application of unsupervised learning techniques in data analysis and visualization.
Apollo-Blaze/NLP-YelpReviewClassifier
This project classifies Yelp reviews into 1-star or 5-star categories using text content. It utilizes the Yelp Review Data Set from Kaggle and employs various NLP techniques and machine learning models
Apollo-Blaze/NLP_Spam_Detection
A Natural Language Processing (NLP) project using Python to detect spam messages from a dataset of SMS phone messages. The project involves data preprocessing, feature extraction using Bag of Words and TF-IDF, and classification using Naive Bayes and Random Forest classifiers.
Apollo-Blaze/Orion
Orion is a collaboration app that streamlines team communication and project management. It features group chats, automated meeting minutes, to-do lists, and push notifications, all in a user-friendly interface, built with Flutter and Firebase to keep teams organized and connected.
Apollo-Blaze/Project-Legacy
This repository is designed to serve as a valuable resource for students passionate about contributing to open-source projects and for those seeking references for their research or project development.
Apollo-Blaze/Reddit_Topic_Modeling
This project uses Python to perform topic modeling on Reddit comments. It leverages libraries like praw for accessing Reddit data, nltk for text preprocessing, and sklearn for topic modeling using Latent Dirichlet Allocation (LDA).
Apollo-Blaze/RNN-Poetic-Text-Generator
A Recurrent Neural Network (RNN) based model to generate poetic text using Shakespeare’s works. This project leverages TensorFlow and Keras to train a model on Shakespearean text and generate new, creative text sequences.
Apollo-Blaze/RNN-Quote-Generator
A Recurrent Neural Network (RNN) based Quote Generator that uses LSTM layers to generate text sequences. This project demonstrates the use of TensorFlow and Keras for building and training a model to generate quotes based on a given text dataset.
Apollo-Blaze/Time-Series-Forecasting
This project focuses on forecasting time series data using LSTM models. It includes data preprocessing, model training, and evaluation steps.
Apollo-Blaze/Tinker-Bell
Front end for tinkerhub workshop
Apollo-Blaze/Titanic-Survival-Prediction
A machine learning project to predict the survival of passengers on the Titanic using logistic regression. The dataset used is the Titanic dataset from Kaggle, and the project includes data preprocessing, visualization, and model training.