Pinned Repositories
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
AP_assignments
This repository contains assignments for the Advanced Programming course (CSE 201). Each assignment focuses on different aspects of object oriented programming concepts, covering a variety of topics and techniques.
Assembler_Simulator
This repository contains a project for the Computer Organisation course (CSE112) which includes the creation of a binary assembler and a simulator for testing it. The assembler translates assembly language instructions into binary code, and the simulator executes the binary code to verify its correctness.
Cancer_Detection_Ct_Scan
Took Dataset of 1000s of chest CT scans which has 4 classes, 3 with cancer and 1 normal. Used many basic models like KNN, Multi-Layer Perceptron, Logistic Regression and SVM with necessary confusion matrix. At end conducted classification with using advanced models like CNN and Resnet-50
Covid_Mutation_Study
This project aims to analyze the mutations in different COVID-19 strains and study how these mutations influence the severity of the infections. Our analysis includes SNP identification, mutation impact assessment, identification of the most frequently mutated genes, and the creation of phylogenetic trees categorized by country and strain.
GroundWaterQualityAnalysis-ECO221
This project aims to analyze the relationship between groundwater quality (GWQ), economic growth (measured by state domestic product, SDP), and income inequality (measured by the Gini index) across Indian districts from 2000 to 2019.
NLP_EMOTION_CLASSIFIER
A machine learning project for classifying text into six emotions: sadness, joy, love, anger, fear, and surprise. The project leverages Naive Bayes, Logistic Regression, XGBoost, and a Custom Neural Network. Includes a CLI tool for emotion prediction and a notebook for training models.
Shell-Scheduler
Shell-Scheduler is a combined implementation of a simple shell and process scheduler written in C programming language. It provides a basic command-line interface for users to execute commands, supports piped commands, maintains a command history, and allows users to submit processes with specified priorities for execution on multiple CPUs .
Shopmanagementsystem
The Stock Management System is a comprehensive tool designed to manage products, purchases, sales, and users efficiently. This system utilizes a MySQL database for storing and retrieving information related to products, orders, sales, and user accounts.
Stick_Hero_Clone
Stick Hero Game is a JavaFX-based desktop game where players control a stick figure character which is mario in our case. It incorporates Object-Oriented Programming (OOP) principles such as encapsulation and inheritance, making the code more modular, reusable, and maintainable.
parthrastogicoder's Repositories
parthrastogicoder/Assembler_Simulator
This repository contains a project for the Computer Organisation course (CSE112) which includes the creation of a binary assembler and a simulator for testing it. The assembler translates assembly language instructions into binary code, and the simulator executes the binary code to verify its correctness.
parthrastogicoder/Cancer_Detection_Ct_Scan
Took Dataset of 1000s of chest CT scans which has 4 classes, 3 with cancer and 1 normal. Used many basic models like KNN, Multi-Layer Perceptron, Logistic Regression and SVM with necessary confusion matrix. At end conducted classification with using advanced models like CNN and Resnet-50
parthrastogicoder/Covid_Mutation_Study
This project aims to analyze the mutations in different COVID-19 strains and study how these mutations influence the severity of the infections. Our analysis includes SNP identification, mutation impact assessment, identification of the most frequently mutated genes, and the creation of phylogenetic trees categorized by country and strain.
parthrastogicoder/GroundWaterQualityAnalysis-ECO221
This project aims to analyze the relationship between groundwater quality (GWQ), economic growth (measured by state domestic product, SDP), and income inequality (measured by the Gini index) across Indian districts from 2000 to 2019.
parthrastogicoder/Shopmanagementsystem
The Stock Management System is a comprehensive tool designed to manage products, purchases, sales, and users efficiently. This system utilizes a MySQL database for storing and retrieving information related to products, orders, sales, and user accounts.
parthrastogicoder/Stick_Hero_Clone
Stick Hero Game is a JavaFX-based desktop game where players control a stick figure character which is mario in our case. It incorporates Object-Oriented Programming (OOP) principles such as encapsulation and inheritance, making the code more modular, reusable, and maintainable.
parthrastogicoder/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
parthrastogicoder/AP_assignments
This repository contains assignments for the Advanced Programming course (CSE 201). Each assignment focuses on different aspects of object oriented programming concepts, covering a variety of topics and techniques.
parthrastogicoder/NLP_EMOTION_CLASSIFIER
A machine learning project for classifying text into six emotions: sadness, joy, love, anger, fear, and surprise. The project leverages Naive Bayes, Logistic Regression, XGBoost, and a Custom Neural Network. Includes a CLI tool for emotion prediction and a notebook for training models.
parthrastogicoder/Shell-Scheduler
Shell-Scheduler is a combined implementation of a simple shell and process scheduler written in C programming language. It provides a basic command-line interface for users to execute commands, supports piped commands, maintains a command history, and allows users to submit processes with specified priorities for execution on multiple CPUs .
parthrastogicoder/banknote_data_classifier
This project utilizes machine learning techniques to classify banknotes as authentic or forged based on features extracted from images of the banknotes. The dataset, bank_note_data.csv, includes attributes such as variance, skewness, kurtosis, and entropy of the images. The primary objective is to accurately identify authenticity of banknotes.
parthrastogicoder/Hand_Gesture_Flappy_Bird
This repository contains a basic implementation of the Flappy Bird game in Python, controlled using hand gestures. Specifically, the game is designed to recognize a finger pinching gesture to control the bird's movement.
parthrastogicoder/med-ease
parthrastogicoder/N-N-puzzle-Solver-
This Python implementation leverages the A* algorithm to tackle the n x n sliding puzzle problem, a classic challenge in artificial intelligence and algorithmic problem-solving. The program is designed to efficiently solve square puzzles of arbitrary size by intelligently navigating the puzzle state space.
parthrastogicoder/OS-Multithreader
This is a simple header-only C++ library for parallelizing for loops using pthreads. It provides two main functions: parallel_for for single-threaded execution and parallel_for for double-threaded execution.
parthrastogicoder/parthrastogicoder
parthrastogicoder/Wine_Quality_Analysis
This repository contains a script for performing exploratory data analysis (EDA) and clustering on red and white wine datasets. The goal is to combine data from both types of wines, visualize key features, and apply k-means clustering to uncover patterns and insights.