Pinned Repositories
CloudBoard
A project that would sync clipboard across devices. Allowing seamless cut/copy/paste operations across devices.
Everything-LLM
A list of LLM related resources
High-Performance-Computing-Lab
All experiments performed as part of CEE82A - High Performance Computing.
IAaaS
Course Project for CSCI 5253: Image Augmentation as a Service
Image-Colorizer
Converts grayscale images to color images using autoencoders. VGG16 is used as the encoder part.
NeuroevolutionSnake
This project uses neuro-evolution to train the snake game. The snake can 'see' in 8 directions i.e Distance to walls, food if any in (1 or 0), and self body part if present.
Sudoku-Solver
This project extracts sudoku grid from an image using opencv library and solves it using backtracking.
TaleCraft
A Multi-Agent LLM-Based Interactive Storytelling Environment
RosControl
Course Project for CSCI 5302 - Advanced Robotics. Autonomous 1/10th scale Car.
toshNaik's Repositories
toshNaik/NeuroevolutionSnake
This project uses neuro-evolution to train the snake game. The snake can 'see' in 8 directions i.e Distance to walls, food if any in (1 or 0), and self body part if present.
toshNaik/TaleCraft
A Multi-Agent LLM-Based Interactive Storytelling Environment
toshNaik/Image-Colorizer
Converts grayscale images to color images using autoencoders. VGG16 is used as the encoder part.
toshNaik/Sudoku-Solver
This project extracts sudoku grid from an image using opencv library and solves it using backtracking.
toshNaik/Everything-LLM
A list of LLM related resources
toshNaik/High-Performance-Computing-Lab
All experiments performed as part of CEE82A - High Performance Computing.
toshNaik/android-fundamentals-apps-v2
toshNaik/Clima-app
Cloned from londonappbrewery
toshNaik/CloudBoard
A project that would sync clipboard across devices. Allowing seamless cut/copy/paste operations across devices.
toshNaik/CSS
toshNaik/IAaaS
Course Project for CSCI 5253: Image Augmentation as a Service
toshNaik/DCCN
DCCN experiments
toshNaik/English-German
English to German translator using seq2seq model.
toshNaik/hello-world
toshNaik/IPL
toshNaik/IPLUpload
toshNaik/json-resume-service
JSON resumes as a Service - generate Resumes from the resume.json schema
toshNaik/kickstart.nvim
A launch point for your personal nvim configuration
toshNaik/lightning-bolts
Toolbox of models, callbacks, and datasets for AI/ML researchers.
toshNaik/MAX-Object-Detector
Localize and identify multiple objects in a single image.
toshNaik/MNIST
My first CNN applied on MNIST digit recognition dataset.
toshNaik/OpenPub
OpenPub is a publication manager for individuals and research groups.
toshNaik/PMDSProject
toshNaik/RecyclerView
toshNaik/shelfhelp-models
Contains some of the models to be used in Shelfhelp
toshNaik/shelfhelp_dino
Working towards finetuning the DINO model and using features obtained in the resampling stage of MCL.
toshNaik/sticky-todo
A simple todo website with sticky notes to create a dopamine hit on completing task. Undertook to revise html/css/jquery.