goldpanth3r's Stars
goldpanth3r/TikTok-clone
goldpanth3r/Medical-Diagnosis-System
This is an offline application which predicts the possible diseases a patient can have based on the given symptoms. This uses the algorithms Naive Bais, Decision Tree, Random Forest, Bayes Theorem, etc.
goldpanth3r/Whatsapp-Messenger-Bot
This bot allows you to send messages to anyone on whatsapp any given number of times. Just give the name of the person, message to send and number of times the message has to be sent.
goldpanth3r/Music-Player-Site
# MusicPlayerSite This is a music player site which is locally hosted using node framework. Html5, CSS and Javascript are used for front-end development. MongoDb and Sqlite3 are used for database management in this architecture.
goldpanth3r/Sudoku_Solver
This is a sudoku solver using a graphical GUI based on the backtracking algorithm.