adithbharadwaj
Software development engineer interested in solving challenging problems and building fascinating applications.
AmazonBangalore
Pinned Repositories
algorithms-and-data-structures
implementation of different algorithms and data structures from scratch. Great learning resource for students and professionals to improve their skills on algorithms and data structures
chat-app
Competitive-Programming
:pushpin: :books: Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
computer-vision
a collection of computer vision projects on classification, recognition, yolo etc. using tensorflow and keras.
ethereum-DApp
A Proof of Concept for an E-learning platform written in Solidity and deployed in a private Ethereum Network.
GAN-website-generator
Using GANs to generate new images of websites. Since GANs generate new data, in theory, every generated image must be unique.
Machine-Learning
implementation of machine learning algortihms from scratch and comparing it with scikit learn's implementation
Python
All Algorithms implemented in Python
Streamsearch
video_conference_summarizer
An Application that summarizes video conferences or webinars using Speech Recognition to convert speech to text and extractive text summarization to summarize the document. The summary is then mailed to the intended recipients.
adithbharadwaj's Repositories
adithbharadwaj/algorithms-and-data-structures
implementation of different algorithms and data structures from scratch. Great learning resource for students and professionals to improve their skills on algorithms and data structures
adithbharadwaj/video_conference_summarizer
An Application that summarizes video conferences or webinars using Speech Recognition to convert speech to text and extractive text summarization to summarize the document. The summary is then mailed to the intended recipients.
adithbharadwaj/Competitive-Programming
:pushpin: :books: Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
adithbharadwaj/ethereum-DApp
A Proof of Concept for an E-learning platform written in Solidity and deployed in a private Ethereum Network.
adithbharadwaj/GAN-website-generator
Using GANs to generate new images of websites. Since GANs generate new data, in theory, every generated image must be unique.
adithbharadwaj/Streamsearch
adithbharadwaj/chat-app
adithbharadwaj/computer-vision
a collection of computer vision projects on classification, recognition, yolo etc. using tensorflow and keras.
adithbharadwaj/Data_Analytics-everlytics
adithbharadwaj/Machine-Learning
implementation of machine learning algortihms from scratch and comparing it with scikit learn's implementation
adithbharadwaj/Python
All Algorithms implemented in Python
adithbharadwaj/Deep-Learning
building and training a deep neural network from scratch using tensorflow and to classify handwritten digits on the mnist dataset.
adithbharadwaj/engineering-education
A community-generated pool of educational content which is useful for engineers of every level.
adithbharadwaj/FitnessChallenge-final
fitness challenge app.
adithbharadwaj/Google-forms-scraper
An App that scrapes questions from google forms and stores it in an excel sheet. This can be used to scrape MCQs in questionnaires (tests), etc.
adithbharadwaj/hackerrank-solutions
some solutions to hackerrank problems
adithbharadwaj/Keywords-Extraction
extracting keywords from a document using TF-IDF (term frequency-inverse Document Frequency)
adithbharadwaj/Natural-Language-Processing
Collection of NLP projects
adithbharadwaj/Onyx-Management-System
A management system for ONYX, E-cell, NIE. Used Flask for the backend and sqlite3 for the database
adithbharadwaj/RainfallPrediction
Rainfall prediction models (Linear and Logistic) trained on publicly available datasets from Austin, Texas
adithbharadwaj/Realtime-Face-Recognition
Realtime Face recognition in Python using OpenCV and Deep Learning
adithbharadwaj/system-design
System design notes and projects
adithbharadwaj/TODO-App-React
TODO app created in React which implements the core functionalities of TODO MVC