Pinned Repositories
digital-safe-verilog
A digital safe designed in Vivado, which has a 4 digit decimal password, and is implemented on PYNQ-Z2 board and RPI-Logic board
dsa-mini-projects
DSA questions, each focusing on a data structure, and their solutions in C++ (CSL2020 - IITJ)
flutter-coffee-preferences-app
An app to store coffee preferences (strength, amount of sugar) of different people, for easier viewing. Authentication and data storage done using Firebase.
flutter-heart-disease-prediction
A flutter app to detect chances of having cardiovascular disease based on various health parameters.
imdb-sentiment-analysis
Simple sentiment analysis of IMDB movie reviews dataset using count vectorizer, Tfidfvectorizer and nltk library.
imdb-topic-modeling
Topic modeling of IMDB movie reviews dataset using Latent Dirichlet Allocation (LDA).
pattern-recognition-and-machine-learning-labs
PRML Lab Assignments (CSL2050), including models made from scratch.
prml-course-project
Handwritten Digit Classification on MNIST Dataset, Utilising Only Traditional Machine Learning Techniques and a Custom Feature Extractor, achieving highest accuracy of 98.08% with the same.
rishz09.github.io
PRML Project Page as of now
undetectable-malware-keylogger
A small project to design a keylogger that stores mouse and keyboard inputs as a text file, without notifying the user
rishz09's Repositories
rishz09/flutter-heart-disease-prediction
A flutter app to detect chances of having cardiovascular disease based on various health parameters.
rishz09/digital-safe-verilog
A digital safe designed in Vivado, which has a 4 digit decimal password, and is implemented on PYNQ-Z2 board and RPI-Logic board
rishz09/dsa-mini-projects
DSA questions, each focusing on a data structure, and their solutions in C++ (CSL2020 - IITJ)
rishz09/flutter-coffee-preferences-app
An app to store coffee preferences (strength, amount of sugar) of different people, for easier viewing. Authentication and data storage done using Firebase.
rishz09/imdb-sentiment-analysis
Simple sentiment analysis of IMDB movie reviews dataset using count vectorizer, Tfidfvectorizer and nltk library.
rishz09/imdb-topic-modeling
Topic modeling of IMDB movie reviews dataset using Latent Dirichlet Allocation (LDA).
rishz09/pattern-recognition-and-machine-learning-labs
PRML Lab Assignments (CSL2050), including models made from scratch.
rishz09/prml-course-project
Handwritten Digit Classification on MNIST Dataset, Utilising Only Traditional Machine Learning Techniques and a Custom Feature Extractor, achieving highest accuracy of 98.08% with the same.
rishz09/rishz09.github.io
PRML Project Page as of now
rishz09/undetectable-malware-keylogger
A small project to design a keylogger that stores mouse and keyboard inputs as a text file, without notifying the user
rishz09/web-app-sentiment-analysis
Simple web app to classify texts using Flask and HTML. Training of model done on IMDB movie reviews dataset, utilising Hashing Vectorizer.
rishz09/youtube-clone
Simple clone of YouTube's home page using HTML and CSS.