Skip to content
View Ram-is-me's full-sized avatar

Block or report Ram-is-me

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. Machine_Learning_Hackathon Machine_Learning_Hackathon Public

    This is a repository of my 2 day Machine Learning Hackathon where I deconstructed a Video Game Sales data set and predicted sales and scores on games based on various features available

    Jupyter Notebook 1

  2. Personal_Data_Store Personal_Data_Store Public

    This is a PDS (Personal Data Store) written in C to implement database operations. It also implements index based querying for search.

    C 2

  3. MIPS_Processor MIPS_Processor Public

    This is a Hardware Description in Verilog of a non-pipelined MIPS processor with instructions to perform a 2x2 Matrix Multiplication

    Verilog 1 2

  4. breakout breakout Public

    This is the famous ATARI game 'breakout' which was created by a team(including me) for Python semester project.

    Python

  5. ComputerGraphicsProject ComputerGraphicsProject Public

    A Computer Graphics OpenGL project where I simulate and Render a complex scene with Cameras, Scene Graphs and Animation. Written in C++ using Modern OpenGL.

    C