Skip to content
View sriramvema's full-sized avatar

Block or report sriramvema

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
  • Building a custom fine-tuned DeepSeek Coder model that accepts raw Python code as input, evaluates its cleanliness, and generates an improved, standards-compliant version. To support this, I constr…

    Python Updated Nov 30, 2025
  • HTML Updated Nov 21, 2025
  • Updated Nov 17, 2025
  • studyAI Public

    A react web application that allows the user to upload a PDF of their class notes or textbook. Given a question based on the material, it uses a sentence transformer to perform RAG and provide that…

    JavaScript Updated Nov 17, 2025
  • Finetuning a FinGPT model to predict future stock trends

    Updated Nov 2, 2025
  • stockAI Public

    A webcrawler application that can find the most relevant news articles regarding any corporation listed on the NASDAQ. After pulling the article texts from the source, Claude provides individual su…

    JavaScript Updated Sep 17, 2025
  • KG Public

    Updated Feb 17, 2025
  • Python Updated Jan 3, 2024
  • Uses sockets to create a connection between two applications running on the same system. One application is forked into ten child processes and data is shared from these children to the other appli…

    C Updated Jan 3, 2024
  • Simulates a MIPS assembly system using registers and memory to complete functions such as ADDU, ADDIU, SUBU, SW, LW, AND, OR, and others.

    C++ Updated Jan 3, 2024
  • A real-time chat application using C++ that stores user profile and chat data in a MongoDB database. Still a work in progress. I have included the Server file (server.cpp), which connects to the mo…

    C++ Updated Dec 7, 2023
  • A web application using HTML, CSS, Javascript, Python, and Flask. It allows the user to input ingredients that they have available and it will return a list of five possible recipes that can be mad…

    JavaScript Updated Nov 30, 2023
  • Takes data from thousands of tweets and puts it into LDA and LSA models to find recurring themes and topics between the tweets.

    Python Updated Jul 3, 2023
  • A battle game where the player battles various Harry Potter villains. Players can choose from a collection of characters with special abilities. - Uses File IO to load character and game data and s…

    C++ Updated Aug 14, 2022
  • Board Game. Loaded data from CSV files to create a 2D game platform. Defined functions and classes to allow 2 players to play against each other. Stored player data in dictionaries to keep track of…

    Python Updated Aug 14, 2022
  • This simulator has nodes connected in a doubly linked list. Each node stands for a floor and the list can simulate an elevator carrying passengers back and forth between floors

    C++ Updated Aug 14, 2022
  • This project uses a 2d structure of pointers to store the grades of students in different classes. It can then calculate the statistics of each class and the statistics of all the classes together …

    C++ Updated Aug 14, 2022
  • Squeue Public

    C++ Updated Aug 14, 2022
  • This project uses a hash table with quadratic probing to store individual strands of DNA. Once the hash table reaches its capacity, all the data is copied into a new table with a capacity four time…

    C++ Updated Aug 14, 2022