Skip to content
View PravCoder's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report PravCoder

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Stock_Price_Predictor Stock_Price_Predictor Public

    Batch-scoring system that predicts stock prices using ML 3-pipeline design.

    Python 41 3

  2. Coding_1V1_Platform Coding_1V1_Platform Public

    Real-time scalable platform where users race to solve competitive programming problems first.

    JavaScript

  3. FeedForwardNeuralNetwork_FromScratch_NoNumpy_PurePython FeedForwardNeuralNetwork_FromScratch_NoNumpy_PurePython Public

    Neural network implementation from scratch with & without using numpy.

    Python 1

  4. Vigenere_Image_Cipher_Encryption_Algorithm Vigenere_Image_Cipher_Encryption_Algorithm Public

    Original encryption algorithm that encrypts text into a image using Vigenere cipher. Decrypts image file back into message. Each letter is assigned RGB value and is drawn on encrypted image.

    Python 1

  5. Dijkstra-Pathfinding-Algorithm-Visualizer Dijkstra-Pathfinding-Algorithm-Visualizer Public

    Visualize the Dijkstra path finding algorithm to find the shortest path between 2 points on a grid!

    Python