Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Satyamshahi17's full-sized avatar

Block or report Satyamshahi17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. RockPaperScissorsgame RockPaperScissorsgame Public

    This is a console-based Rock, Paper, Scissors game written in C. The user plays 3 rounds against the computer. On each turn, the user types either ROCK, PAPER, or SCISSOR (in capital letters), and …

    C

  2. Jarvis-Project Jarvis-Project Public

    Jarvis is an AI-powered voice assistant built in Python. It listens for a wake word ("Jarvis"), understands commands, speaks back in Hindi, and can open apps or websites, play songs, fetch news, or…

    Python

  3. AI-Gesture-Controlled-LEDs AI-Gesture-Controlled-LEDs Public

    Control 5 individual LEDs using your hand gestures captured via webcam. The project uses Python, OpenCV, and MediaPipe to detect which fingers are raised, converts the gesture to a binary string, a…

    Python

  4. Medical-Claim-Anomaly-Detection Medical-Claim-Anomaly-Detection Public

    This project focuses on detecting anomalies in medical insurance claims submitted by hospitals using unsupervised machine learning. By leveraging techniques like PowerTransformer, PCA, and Isolatio…

    Jupyter Notebook

  5. Iris-Dataset-kNN-DecisionTree Iris-Dataset-kNN-DecisionTree Public

    This project showcases classification on the Iris dataset using K-Nearest Neighbors (KNN) and Decision Tree algorithms. It includes feature scaling, data visualization (correlation heatmap and pair…

    Jupyter Notebook

  6. MNSIT-Neural-Networks MNSIT-Neural-Networks Public

    Neural network implementation on the MNIST dataset using TensorFlow. Achieved 99.4% training accuracy and 97.3% validation accuracy in 10 epochs with Adam optimizer (lr=0.001). Test accuracy: 96.73%.

    Jupyter Notebook