Skip to content
View ashwinn-v's full-sized avatar
🏠
Working from home
🏠
Working from home
  • 16:08 (UTC -05:00)

Highlights

  • Pro

Organizations

@ASTRA-2021
Block or Report

Block or report ashwinn-v

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
ashwinn-v/README.md

Hi there 👋

Pinned

  1. Photoshop-App Photoshop-App Public

    A photoshop web app deployed in streamlit having various filters and image processing capabilities built using Python and OpenCV modules.

    Python 2 1

  2. picasso-the-drawing-bot picasso-the-drawing-bot Public

    Simulated a 6 DoF robot in MATLAB that uses the concept of Inverse-Kinematics for achieving the basic task of drawing. Hence the simulated robot (Picasso) can draw basic shapes like circles, square…

    C++ 1 2

  3. Traffic-classifier-SDN Traffic-classifier-SDN Public

    A system that could classify DNS, Telnet, Ping, Voice, Game, and Video traffic flows based on packet and byte information simulated by the Distributed Internet Traffic Generator (D-ITG) tool in an …

    Python 25 3

  4. Credit-card-kafka Credit-card-kafka Public

    Utilized SparkML and Scikit-Learn train several machine learning models for distinguishing fraudulent and legitimate transactions. The machine learning models are then utilized to make predictions …

    Jupyter Notebook 1

  5. Chess-Game-AI Chess-Game-AI Public

    Used the Monte Carlo Tree Search (MCTS) algorithm to simulate a game of chess that progresses by calculating the best move every single time. This model could serve as a system of reference to lear…

    Python 1

  6. NLP-FSA NLP-FSA Public

    Looked into the application of Finite Automata in generating algorithms for Tokenization, Stop Word Removal and Pattern Searching, which are some of the common steps involved in NLP and Genomics. W…

    Python