Skip to content
View aseseri's full-sized avatar

Block or report aseseri

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

Pinned Loading

  1. Predicting-Text-from-Intracranial-Neural-Signals Predicting-Text-from-Intracranial-Neural-Signals Public

    PyTorch implementation of an optimized GRU decoder for the Brain-to-Text 2024 benchmark. Achieved 18.37% PER (16.4% improvement over baseline).

    Jupyter Notebook

  2. wnba-analytics wnba-analytics Public

    A full-stack WNBA analytics web app built with Python, FastAPI, React, and PostgreSQL. Features a custom machine learning model, all containerized with Docker and deployed via a full CI/CD pipeline.

    Python 1

  3. agent-society-user-simulation agent-society-user-simulation Public

    LLM-based User Simulation Agent for the AgentSociety Challenge. Features Chain-of-Thought reasoning, Iterative RAG, and User Persona extraction. Achieved +5.06% review generation quality over basel…

    Python

  4. Reliable-and-Secure-Network-Communication-System Reliable-and-Secure-Network-Communication-System Public

    C

  5. web_server web_server Public

    A C++ HTTP web server with support for static files, echo requests, 404 handling, and a JSON-based CRUD API. Built with CMake, Boost, GoogleTest, and Docker.

    C++

  6. CS131-Brewer-Interpreter CS131-Brewer-Interpreter Public

    Created an interpreter for the Brewin programming language from the CS 131 course, implementing features from basic arithmetic to advanced concepts like first-class functions, closures, and prototy…

    Python