Pinned Repositories
Advanced-Lane-Finding
Advanced Lane Finding Project as a part of Udacity Self-Driving Car Engineer Nanodegree
Behavioral-Cloning
In this project, I have trained a Keras model that drives a car autonomously, around a circuit, in a simulated environment.
English-Spanish-Translator
A multi-container full stack application containing a Tensorflow (Keras) Transformer model translating English sentences into Spanish, served over a Flask API in the back end and a React + TypeScript + CSS app in the front end.
Extended-Kalman-Filters
A C++ based implementation of Extended Kalman filters. The simulator has been developed by Udacity which is used to visualize performance.
Golden-Retriever
A Langchain-based RAG application using Angle Embeddings and Cohere Reranker to fetch relevant emails based on query.
Job-Search
A repository for a Retrieval Augmented Generation project about matching candidates to roles.
Lane-Lines-Detection
This Repository contains code for Lane Finding project in Udacity Self Driving Car Engineer Nanodegree program.
Object-Occlusion
Experiments on occluding people from video scenes
Particle-Filter
A C++ based implementation of the Particle Filter. The simulator has been developed by Udacity which is used to visualize performance.
Path-Planning
Path Planning Project for Udacity Self Driving Car Engineer Nanodegree
suprateembanerjee's Repositories
suprateembanerjee/Behavioral-Cloning
In this project, I have trained a Keras model that drives a car autonomously, around a circuit, in a simulated environment.
suprateembanerjee/English-Spanish-Translator
A multi-container full stack application containing a Tensorflow (Keras) Transformer model translating English sentences into Spanish, served over a Flask API in the back end and a React + TypeScript + CSS app in the front end.
suprateembanerjee/Golden-Retriever
A Langchain-based RAG application using Angle Embeddings and Cohere Reranker to fetch relevant emails based on query.
suprateembanerjee/Advanced-Lane-Finding
Advanced Lane Finding Project as a part of Udacity Self-Driving Car Engineer Nanodegree
suprateembanerjee/Extended-Kalman-Filters
A C++ based implementation of Extended Kalman filters. The simulator has been developed by Udacity which is used to visualize performance.
suprateembanerjee/Job-Search
A repository for a Retrieval Augmented Generation project about matching candidates to roles.
suprateembanerjee/Object-Occlusion
Experiments on occluding people from video scenes
suprateembanerjee/Particle-Filter
A C++ based implementation of the Particle Filter. The simulator has been developed by Udacity which is used to visualize performance.
suprateembanerjee/Path-Planning
Path Planning Project for Udacity Self Driving Car Engineer Nanodegree
suprateembanerjee/PID
PID Controller implementation in C++ as part of Udacity Self Driving Car Engineer Nanodegree Program.
suprateembanerjee/System-Integration
This project is the Capstone project of Udacity Self Driving Car Engineer Nanodegree based on Robot Operating System (ROS) Kinetic.
suprateembanerjee/Traffic-Sign-Recognition
In this project I have designed a Traffic Sign Classifier, which classifies German Traffic Signs.
suprateembanerjee/BottleSegmentation
BottleSegmentation
suprateembanerjee/color_detect
suprateembanerjee/Content-Aware-Image-Resizing
Some work on Content Aware Image Resizing using Dynamic Programming
suprateembanerjee/debug
This is a repository I use to discuss bugs with other developers regarding a piece of code.
suprateembanerjee/Deep-Learning-With-Python
This repository contains code and artifacts from all the chapters I have gone through in Francois Chollet's book titled Deep Learning with Python 2nd Ed
suprateembanerjee/Effects-of-Traning-Data-in-Transfer-Learning
suprateembanerjee/EfficientNet
suprateembanerjee/Generative-Deep-Learning
This repository contains code written while following David Foster's book, Generative Deep Learning 2nd Ed
suprateembanerjee/GraphQL-React-App
An application exploring querying a demo database and performing mutations. The app contains a React front end and a GraphQL (Apollo server) backend.
suprateembanerjee/LLM-Workshop
LLM Workshop by Sourab Mangrulkar
suprateembanerjee/Object-Detection
These are some files I worked with when going through Udacity's Self Driving Car Engineer Nanodegree.
suprateembanerjee/Retail-NLP-Bot
suprateembanerjee/speaker_sentiment
suprateembanerjee/suprateembanerjee
suprateembanerjee/suprateembanerjee.github.io
Personal Website
suprateembanerjee/teleport
A personal project involving real time streaming of media
suprateembanerjee/torch_tutorials
A repository for some tutorials covered in the PyTorch website.
suprateembanerjee/Unscented-Kalman-Filter
This repository contains some code that I used while learning Unscented Kalman Filters during Udacity's Self Driving Car Engineer Nanodegree