Hruthik Chauhan (hruthikchauhan07)

hruthikchauhan07

Geek Repo

Location:Mysore

Twitter:@helix_07

Github PK Tool:Github PK Tool

Hruthik Chauhan's starred repositories

Visualization-of-Global-Terrorism-Database

:bar_chart: Visualization of GTD with py Plotly lib, including amazing graphs and animation :vhs:

Language:Jupyter NotebookStargazers:19Issues:0Issues:0

predicting-terrorist-attacks

Predicting terrorist attacks using the Global Terrorism Database (GTD).

Language:Jupyter NotebookStargazers:25Issues:0Issues:0

predicting-terrorist-attacks

Using machine learning and the Global Terrorism Database to predict terrorist attacks

Language:PythonLicense:MITStargazers:35Issues:0Issues:0

Global-Terrorism-Database

Machine Learning and Data Visualization using Global-Terrorism Database

Language:RStargazers:23Issues:0Issues:0

Machine-Learning-Software-that-predicts-planets-based-on-their-distance-from-the-sun-number-of-sate

Machine Learning Software that predicts planets based on their distance from the sun, number of satellites and various properties

Language:PythonLicense:MITStargazers:12Issues:0Issues:0

Covid-19-Mu-Variant-B.1.621-Prediction-and-Classification-Artificial-Intelligence-Machine-Learning

Covid-19 Mu Variant [B.1.621] Prediction and Classification Artificial Intelligence/Machine Learning Software

Language:PythonLicense:MITStargazers:17Issues:0Issues:0

Fake-News-Detection-using-machine-learning

Full stack Fake News Detection using machine learning code and documents

Language:PythonStargazers:21Issues:0Issues:0

Android-Malware-Detection-Using-Machine-Learning

Android Malware Detection Using Machine Learning Project with Source Code and Documents Plus Video Explanation

Language:Jupyter NotebookStargazers:29Issues:0Issues:0

ukmarsbot

A simple beginners multi purpose robot platform

Language:HTMLLicense:MITStargazers:70Issues:0Issues:0

campusmind

Campus Mind a Complete Full Stack Mobile Application which manages all the activities of a university

Language:JavaScriptLicense:MITStargazers:11Issues:0Issues:0

Rumour-detection

The "Rumour Detection using Machine learning" project uses Python and various machine learning algorithms to classify news articles as real or fake. The project preprocesses the data, uses CountVectorizer and TfidfVectorizer for feature extraction, and applies KFold cross-validation. Random Forest, K-Nearest Neighbors, Passive Aggressive, and SVM.

Language:PythonStargazers:1Issues:0Issues:0

Python

All Algorithms implemented in Python

Language:PythonLicense:MITStargazers:183316Issues:0Issues:0

C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

Language:CLicense:GPL-3.0Stargazers:18671Issues:0Issues:0
Language:HTMLLicense:MITStargazers:10Issues:0Issues:0

Udemy-web-bootcamp

The Complete Web Development Bootcamp course on Udemy, taught by Angela Yu.

Language:HTMLStargazers:233Issues:0Issues:0

ai-reference-models

Intel® AI Reference Models: contains Intel optimizations for running deep learning workloads on Intel® Xeon® Scalable processors and Intel® Data Center GPUs

Language:PythonLicense:Apache-2.0Stargazers:670Issues:0Issues:0

crp-mini-project

The Crime Reporting Platform streamlines community crime reporting with a user-friendly interface, dynamic analysis, and police coordination. It's a precise tool for safer communities.

Language:CStargazers:2Issues:0Issues:0

The-SDE-Prep

🪁All the DSA(Data-Structures & Algorithms) 📒Concepts and 📏Implementations📐 |📈 FAANG Must Do Problems |🔰 CP |📑SDE Sheet's |🖊️ CSE Core Subjects(DBMS + MySql, OOP's, OS & CN) | ✏️Round 1(Aptitude, Logical Reasoning, Puzzle's, Programing MCQ's & Verbal ability) and 🃏Projects. || 🎯Aim :- Help 👨‍🚀Students who are preparing for SDE Interview's🏆.

Language:C++License:MITStargazers:139Issues:0Issues:0

DSA-projects

Mini projects in Data Science

Language:Jupyter NotebookStargazers:6Issues:0Issues:0

DSA_Projects

Will be implementing Data structures and Algorithms in some real life projects in here.

Language:JavaScriptStargazers:10Issues:0Issues:0

codig-ninja-dsa-learning

This project is about my course done from Coding Ninja platform for mastering the Data Structure and Algorithms. It contains all the problems and its solution taught throughout the course. Connect with me for any query.

Language:C++Stargazers:62Issues:0Issues:0

hashcat

World's fastest and most advanced password recovery utility

Language:CStargazers:20702Issues:0Issues:0
Language:SCSSLicense:MITStargazers:13Issues:0Issues:0

Library-Management-System-Searching-catalogues-in-library-using-binary-search-tree

Our main objective in this project is to create a library management system wherein students can issue books and the admin or librarian can update/delete the record of books kept in the library. So we have the system into two parts : from user’s perspective and from admin’s perspective. First of all, the admin must login to handle the accounts where the username and password are already set. After he has logged in successfully, he can add, delete and update the books. He can add any new book in the already existing list of books. Similarly he can also delete any existing book. In the update option, the admin can update the quantity of books as well as the name of the book. As and when the admin adds the books, a binary search tree will be created where the nodes contain the name of books and are put in sorted order. Now if a student wants to issue/return any book, then he/she must login into the system, by enetering their valid university ID. The student will be allowed to issue/return only if their ID matches the list of university ID’s of students. When the student enters the name of book to be issued, that particular book will be searched by it’s name, in the already created binary search tree. If the book is not found in the tree, then a message will be printed “Book is not available in the library”. And if the book is out of stock, then this message will be printed, “This book is currently unavailable. Please try after some days.” Moreover, the student cannot issue more than 2 books simultaneously. When the student issues a book, the issuing date and time is recorded by the librarian. And if the student misses the due date of returning the book, then he has to pay that particular fine.

Language:JavaStargazers:49Issues:0Issues:0

Online-Voting-System-Data-Structure-Project

Created An Online Voting System in C using Linked List and windows.h features to decorate

Language:CLicense:MITStargazers:32Issues:0Issues:0