GitHub / prakharjadaun 36 Repositories
Aspiring Data Scientist | Competitive Programmer | Kaggle Expert | Final Year Student
prakharjadaun/Cpp-Learn-With-Me
A repository which can help you to learn and understand basic concepts of C++
Language: C++ - Size: 732 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

prakharjadaun/DSA
Repository contains implementation of different data structures and problems related to them.
Language: C++ - Size: 568 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

prakharjadaun/100-CPP-Programs-Practice
This repository contains brief explanation and implementation of STL library of C++. Moreover, it contains program related to templates, exception handling and file handling.
Language: C++ - Size: 178 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 3

prakharjadaun/Voice-Assistant
Created a Voice Assistant with the help of pyttsx3 library. Also, I have added a simple GUI with the help of Kivy library.
Language: Python - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

prakharjadaun/MediLink Fork of prakratisingh/MediLink
A safer way to organize your handwritten medical prescriptions with the functionality of blockchain.
Language: Jupyter Notebook - Size: 223 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

prakharjadaun/Placement-Resources
This repository contains placement resources and interview experiences of various companies.
Size: 1010 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 10

prakharjadaun/Exploratory-Data-Analysis-of-IPL-2022
Fetched IPL 2022 data through web-scrapping. & performed data analysis using different data visualization techniques.
Language: Jupyter Notebook - Size: 219 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

prakharjadaun/Hangman-Game
A word guessing game in which you have to guess all the letters of unanimous word until the hangman is drawn.
Language: C++ - Size: 52.7 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Manas-Hackathon-2.0 Fork of sanidhya-soni/Manas-Hackathon-2.0
Language: Jupyter Notebook - Size: 6.14 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Spotted-in-Motion-Real-Time-Leopard-Segmentation
A real-time application to monitor leopard in urban or rural areas.
Language: Jupyter Notebook - Size: 9.02 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

prakharjadaun/Python-Necessary-Commands
Repo contains several commands which can be helpful in ML projects.
Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

prakharjadaun/Advanced-DBMS-UPES
Language: PLSQL - Size: 19.5 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

prakharjadaun/Feature-Extraction-for-Spam-Email-Detection
Implemented Preprocessing steps, Feature Extraction techniques and Naive Bayes Classifier in C++. Moreover, we have also implemented all the steps using python for comparative analysis.
Language: C++ - Size: 19 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

prakharjadaun/mlproject
Language: Jupyter Notebook - Size: 1.04 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

prakharjadaun/Wind-Turbine-Instance-Segmentation-using-Detectron2
Language: Jupyter Notebook - Size: 603 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

prakharjadaun/Applications-of-ML-in-Ind-UPES
Repository contains lab experiments of subject Application of machine learning in industries
Language: Jupyter Notebook - Size: 186 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Real-Time-Object-Detection-System-using-Deep-Learning-Techniques Fork of sanidhyajadaun/Real-Time-Object-Detection-System-using-Deep-Learning-Techniques
This project contains python scripts to perform enhanced object detection on images, videos and in real time using deep learning models.
Language: Python - Size: 175 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

prakharjadaun/Dockerized-Loan-Prediction-System
Language: Jupyter Notebook - Size: 202 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 2

prakharjadaun/Krishi-Mitra
Language: Jupyter Notebook - Size: 28.3 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Opinion-Classification-of-IMDB-Moview-Reviews
Performed text categorization on 50K IMDB movie reviews using LSTM and GRU
Language: Jupyter Notebook - Size: 1.39 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

prakharjadaun/ML-Learn-With-Me
Learn Machine learning and its different algorithms with me. In this repo, I upload well explained ml algorithms and topics related to statistics.
Language: Jupyter Notebook - Size: 1.69 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

prakharjadaun/Image-Processing
Repository contains the assignment that I have implement under the subject Image processing and pattern analysis.
Language: Jupyter Notebook - Size: 24.5 MB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Neural-Network-Lab-UPES
Contains all the experiments that I have implemented in Neural Networks Lab in UPES
Language: Jupyter Notebook - Size: 25 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Tic-Tac-Toe
Implemented Tic Tac Toe game for two players using C programming. Covers the basic concepts of C language such as looping, functions, variables etc.
Language: C - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

prakharjadaun/prakharjadaun
Size: 51.8 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Cricket-Scorecard
Built a Cricket Scorecard using C++. It generates random numbers which decides the scorecard of yours and your opponent and updates you after each ball.
Language: C++ - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/Google-Kickstart
Repository contains the solutions to the problems of google kickstart of the rounds that I have taken part in.
Language: C++ - Size: 31.3 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prakharjadaun/Java-Lab-Work
Contains all the experiments that I have performed in the Java Lab
Language: Java - Size: 68.4 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

prakharjadaun/Data-Structures-UPES
Repository contains all the experiments that I have implemented in Data Structures Lab.
Language: C - Size: 42 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/The-Code-Parabellum
This repository contains my solutions to problems in the contest The Code Parabellum
Language: C++ - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/Operating-System-UPES
Language: C - Size: 20.5 KB - Last synced at: 29 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/Kaggle
Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/Python-Practice
Size: 1000 Bytes - Last synced at: 20 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/UPES
Language: Jupyter Notebook - Size: 167 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/Computer-Graphics-using-OpenGL
Language: C - Size: 29.3 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

prakharjadaun/Piano
Made a C++ project to play piano using the keys of the keyboard.
Language: C++ - Size: 8.79 KB - Last synced at: 12 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
