Pinned Repositories
Bidding-Interface
It is a bidding interface over a network, in this case it is for paintings.
cookiestroke
Config files for my GitHub profile.
DARTS
Learning about The Key Approaches used In Prior Work for Neural Architecture Search and Implementing DARTS
Fetch-rewards-test
Fetch Rewards Coding Exercise For Backend Software Engineering
Gesture-Recognition
MPU6050 and ESP8266 based gesture recognition program.
MIPS-5-stage-processor
This is a cycle-accurate simulator for a 5-stage pipelined MIPS processor in C++.
MIPS-Branch-Predictor
We simulate a correlating branch predictor that makes use of 2-bit saturating counters.
Music-Sentiment-Analysis
This is a music sentiment analysis project, it uses the music dataset from Spotify
PySpark-Playground
Practicing PySpark on a dataset
RPi-RC-Car
It is a Remote controlled car implemented by using a Raspberry Pi coded in Python, it can be remotely controlled by Bluetooth, HTML or running the source code.
cookiestroke's Repositories
cookiestroke/Music-Sentiment-Analysis
This is a music sentiment analysis project, it uses the music dataset from Spotify
cookiestroke/Gesture-Recognition
MPU6050 and ESP8266 based gesture recognition program.
cookiestroke/MIPS-5-stage-processor
This is a cycle-accurate simulator for a 5-stage pipelined MIPS processor in C++.
cookiestroke/PySpark-Playground
Practicing PySpark on a dataset
cookiestroke/RPi-RC-Car
It is a Remote controlled car implemented by using a Raspberry Pi coded in Python, it can be remotely controlled by Bluetooth, HTML or running the source code.
cookiestroke/Bidding-Interface
It is a bidding interface over a network, in this case it is for paintings.
cookiestroke/cookiestroke
Config files for my GitHub profile.
cookiestroke/DARTS
Learning about The Key Approaches used In Prior Work for Neural Architecture Search and Implementing DARTS
cookiestroke/Fetch-rewards-test
Fetch Rewards Coding Exercise For Backend Software Engineering
cookiestroke/MIPS-Branch-Predictor
We simulate a correlating branch predictor that makes use of 2-bit saturating counters.
cookiestroke/PDSproject
Insurance website with backend as a part of Principles of Database System Course
cookiestroke/Topic-recommendation-using-BERT
This is a topic recommendation system for a forum, I have used BERT for this project. The code includes the Data Cleaning algorithm and Machine Learning algorithm.
cookiestroke/Web-Scraper
Codechef web scraping code using beautifulsoup