subb16
Fresher at IIT Guwahati , Data Science and Artificial Intelligence (2025)
Indian Institute of Technology, Guwahati
Pinned Repositories
CloudPhysician-App
CloudPhysician-s-Vital-Extraction-Challenge
Coding-Week-22-Opensource-Tasks
The repository for submission of Coding Week'22 Tasks
DA323_MiniCourseProject_Gym_Equipments_Scraping
FinancialTweets_SentimentalAnalysis
Used the Kaggle dataset "Financial Sentiment Analysis" to train the model.
Graph_NN
JOSAA-Analaysis-DA215
Jupyter
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
Network-Intrusion-Detection-System
This is the course project of DA331 Big Data Analytics course.
Training_Diet_App
subb16's Repositories
subb16/CloudPhysician-App
subb16/CloudPhysician-s-Vital-Extraction-Challenge
subb16/Coding-Week-22-Opensource-Tasks
The repository for submission of Coding Week'22 Tasks
subb16/DA323_MiniCourseProject_Gym_Equipments_Scraping
subb16/FinancialTweets_SentimentalAnalysis
Used the Kaggle dataset "Financial Sentiment Analysis" to train the model.
subb16/Graph_NN
subb16/JOSAA-Analaysis-DA215
subb16/Jupyter
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
subb16/Minesweeper
AI powered minesweeper game on an 8*8 grid , works by making inferences from the knowledge obtained from clicking mines and then model checking . The winning rate is not 100% as there are some random moves also.The minesweeper.py file has all the functions and logics needed to play the game and runner.py deals with the pygame part for the interface of the game window. Run the runner.py file in order to play the game.
subb16/Network-Intrusion-Detection-System
This is the course project of DA331 Big Data Analytics course.
subb16/Training_Diet_App
subb16/Paraphrase_detection
subb16/SketchToImage
subb16/smartSketch
Draw semantic doodles and turn them into photorealistic images using SPADE network
subb16/Tic-Tac-Toe
TicTacToe game played by an AI supposed to win everytime or draw the match. tictactoe.py is written by me , other files were provided as part of distribution code of project. It has been implemented using the pygame module.