Pinned Repositories
Brick-Breaker-Game
C-Shell
Created a fully functional shell in C that expands on the capabilities of the pre-existing Linux terminal. The shell can handle intricate command parsing, manage piping, and I/O redirection.
COVID19-FakeNews
Detecting fake COVID-19 news utilizing the BERT Model.
CustomGPT-Autocomplete-System
Geospatial_Explorer
Deployed Application - The project includes an interactive user interface that allows the user to enter their monthly budget and amenity proximity preferences across Mumbai and a backend which receives 6 relevant parameters to delineate the preferred housing regions for the user to choose from.
Point-in-Polygon-Detection
Developed an optimized solution to the point-polygon query program mentioned by the ACM SIGSPATIAL CUP 2013. Showed differences between naive solution and my solution. Achieved 100% accuracy for both 'INSIDE' and 'WITHIN n' queries.
Poker-Analytics
Implemented hand strength estimation, hand potential, and effective hand strength functions for NLH poker. Also, created Monte Carlo functions for preflop hand analysis.
Poker_Analytics
Deployed Application - Implemented hand strength estimation, hand potential, and effective hand strength functions for NLH poker. Also, created Monte Carlo functions for preflop hand analysis.
Real-Estate
The database manages a hypothetical Real Estate Agency’s data and provides CRUD functionalities through a CLI interface built using Python and MySQL.
Speech-Training-App
Created a mobile and web application which enables the user to improve their speech pronunciation by analysing their audio input. It delineates scores and graphs that are correlated to correctly uttered syllables and ones which were missed. Finally, it provided expert audio output and syllables within a phase to help with pronunciation.
Koda7's Repositories
Koda7/Real-Estate
The database manages a hypothetical Real Estate Agency’s data and provides CRUD functionalities through a CLI interface built using Python and MySQL.
Koda7/C-Shell
Created a fully functional shell in C that expands on the capabilities of the pre-existing Linux terminal. The shell can handle intricate command parsing, manage piping, and I/O redirection.
Koda7/Geospatial-Explorer
The project includes an interactive user interface that allows the user to enter their monthly budget and amenity proximity preferences across Mumbai and a backend which receives 6 relevant parameters to delineate the preferred housing regions for the user to choose from.
Koda7/Geospatial_Explorer
Deployed Application - The project includes an interactive user interface that allows the user to enter their monthly budget and amenity proximity preferences across Mumbai and a backend which receives 6 relevant parameters to delineate the preferred housing regions for the user to choose from.
Koda7/Point-in-Polygon-Detection
Developed an optimized solution to the point-polygon query program mentioned by the ACM SIGSPATIAL CUP 2013. Showed differences between naive solution and my solution. Achieved 100% accuracy for both 'INSIDE' and 'WITHIN n' queries.
Koda7/Poker-Analytics
Implemented hand strength estimation, hand potential, and effective hand strength functions for NLH poker. Also, created Monte Carlo functions for preflop hand analysis.
Koda7/Poker_Analytics
Deployed Application - Implemented hand strength estimation, hand potential, and effective hand strength functions for NLH poker. Also, created Monte Carlo functions for preflop hand analysis.
Koda7/Speech-Training-App
Created a mobile and web application which enables the user to improve their speech pronunciation by analysing their audio input. It delineates scores and graphs that are correlated to correctly uttered syllables and ones which were missed. Finally, it provided expert audio output and syllables within a phase to help with pronunciation.
Koda7/Brick-Breaker-Game
Koda7/COVID19-FakeNews
Detecting fake COVID-19 news utilizing the BERT Model.
Koda7/CustomGPT-Autocomplete-System
Koda7/FarmStand
FarmStand is a simple web application built with Node.js, Express, and MongoDB for managing agricultural products.
Koda7/HMSD_Project
The project incorporates a tool that calculates environmental flow using the class and the release data given as input by the user. It also calculates the water quality index from the csv output of the Qual2k model.
Koda7/Job-Portal
A web app built using MERN Stack for listing and applying for jobs for recruiters and applicants respectively.
Koda7/Neo4j-GraphVisuals
Exploring Neo4j Visualizations
Koda7/Peak-Discharge-Calculator
The tools calculates peak discharge flow of water using the required inputs. The inputs can be given as text inputs or a excel file with the rainfall intensity attached can also be uploaded.
Koda7/River-Crossing-Game
Two player game in which both players compete for the highest score by crossing the river from opposite ends. Created using pygame and OOPS concepts.
Koda7/xv6-modified
Added some functionalities to the xv6 operating system by MIT.