mishrasushruti99
International Finalist Cern Webfest | Nutanix International women in tech scholar | GHCI'20 | DTU'21 | optum
Pinned Repositories
Coding-Content
PDF files for different coding topics
Competitive-Programming-3
:pushpin: :books: Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
competitive-programming-4
Compilation of all the programs for practice and contests
Concurrent-traffic-simulation
I build a suitable and thread-safe communication protocol between vehicles and intersections to complete the simulation. I use my knowledge of concurrent programming (such as mutexes, locks, and message queues) to implement the traffic lights and integrate them properly in the codebase.
data-structure-applications-
i have implemented popular data structures (in the form of working applications) such as MIN queue, Segment trees, Tries, Graphs, and Priority queue
dataset-for-BDA-project
dataset for BDA project
memory-management-chatbot
The ChatBot code creates a dialogue where users can ask questions about some aspects of memory management in C++. After the knowledge base of the chatbot has been loaded from a text file, a knowledge graph representation is created in computer memory, where chatbot answers represent the graph nodes and user queries represent the graph edges. After a user query has been sent to the chatbot, the Levenshtein distance is used to identify the most probable answer. The code is fully functional as-is and uses raw pointers to represent the knowledge graph and interconnections between objects throughout the project.
Object_detection
It aims to detect objects from an image or sequence of frames from a video by using the You Only Look Once (YOLO) Deep Neural Network. Furthermore, this project follows Object Oriented Programming (OOP) and the latest C++ features (e. g. STL threads, locks, smart pointers).
patient_ICU_monitoring_system-
my team's submission to optum stratethon'19
web-development-mini-projects
mishrasushruti99's Repositories
mishrasushruti99/Object_detection
It aims to detect objects from an image or sequence of frames from a video by using the You Only Look Once (YOLO) Deep Neural Network. Furthermore, this project follows Object Oriented Programming (OOP) and the latest C++ features (e. g. STL threads, locks, smart pointers).
mishrasushruti99/patient_ICU_monitoring_system-
my team's submission to optum stratethon'19
mishrasushruti99/Coding-Content
PDF files for different coding topics
mishrasushruti99/Data-Science-EBooks
Data Science E-books, Interview Resources and Cheat-sheets
mishrasushruti99/dataset-for-BDA-project
dataset for BDA project
mishrasushruti99/Serializable-Trie-Data-Structure
mishrasushruti99/Snakes-and-Ladder
In this project, I build my own C++ application and extend this Snake game, following the principles of OOPS in c++.
mishrasushruti99/Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
mishrasushruti99/web-development-mini-projects
mishrasushruti99/Concurrent-traffic-simulation
I build a suitable and thread-safe communication protocol between vehicles and intersections to complete the simulation. I use my knowledge of concurrent programming (such as mutexes, locks, and message queues) to implement the traffic lights and integrate them properly in the codebase.
mishrasushruti99/data-structure-applications-
i have implemented popular data structures (in the form of working applications) such as MIN queue, Segment trees, Tries, Graphs, and Priority queue
mishrasushruti99/memory-management-chatbot
The ChatBot code creates a dialogue where users can ask questions about some aspects of memory management in C++. After the knowledge base of the chatbot has been loaded from a text file, a knowledge graph representation is created in computer memory, where chatbot answers represent the graph nodes and user queries represent the graph edges. After a user query has been sent to the chatbot, the Levenshtein distance is used to identify the most probable answer. The code is fully functional as-is and uses raw pointers to represent the knowledge graph and interconnections between objects throughout the project.
mishrasushruti99/aimet
AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
mishrasushruti99/bayesian-machine-learning
Notebooks about Bayesian methods for machine learning
mishrasushruti99/Coding-Questions-1
Anyone can add important coding questions so that we are ready for placement drive.
mishrasushruti99/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
mishrasushruti99/COVID-Q
COVID-19 Question Dataset from the paper "What Are People Asking About COVID-19? A Question Classification Dataset"
mishrasushruti99/COVID19-1
Unified data hub for a better understanding of COVID-19
mishrasushruti99/covid19-healthsystemcapacity
Open geospatial work to support health systems' capacity (providers, supplies, ventilators, beds, meds) to effectively care for rapidly growing COVID19 patient needs
mishrasushruti99/datasets-for-good
List of datasets to apply stats/machine learning/technology to the world of social good.
mishrasushruti99/get-a-software-engineering-job
Get a Software Engineering Job - Ultimate Guide
mishrasushruti99/github-upload
mishrasushruti99/it-cfp-list
List of Call For Papers for IT conferences
mishrasushruti99/mishrasushruti99
mishrasushruti99/mishrasushruti99.github.io
This is my website
mishrasushruti99/Movie-Recommendation-System
Build a Movie recommendation system based on “Association Rules”
mishrasushruti99/my-research-papers-
This is a collection of my research papers which have been published at various conferences
mishrasushruti99/new
mishrasushruti99/Segment-Tree
mishrasushruti99/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.