Skip to content
View gss10282023's full-sized avatar

Highlights

  • Pro

Block or report gss10282023

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gss10282023/README.md

Hi, I'm Shanshan Gao πŸ‘‹

  • πŸŽ“ Student @ The University of Sydney (CS/SE focus)
  • πŸ”­ Interested in AI Agents / Mobile Agents, automation, and agent safety & security
  • 🧠 I like building end-to-end systems β€” from C networking/protocols to full-stack apps to LLM-driven agents
  • πŸš€ Previously co-founded a seed-funded startup (Simoni (China) Limited); now building open-source projects
  • πŸ’¬ Strengths: clear communication, fast iteration, and engineering for reliability

πŸ“« Contact


Skills

Languages: C / C++ / Python / Java / JavaScript / HTML / CSS / SQL
Backend: Django, Django REST Framework, WebSockets (Django Channels), Auth/RBAC
Frontend: Vue 3, Vite, SPA patterns
Systems: Linux, Git, Docker, Networking, Testing/CI
Agents & Automation: OpenAI-compatible APIs, ReAct, multi-agent , RAG+memory, MCP integration, safety guardrails, browser + Android automation (Playwright, adb/uiautomator2)


Projects

βœ… ByteTide β€” LAN/Cluster Large-file Distribution (C)

Multi-peer chunked distribution with end-to-end integrity checks (SHA256 + Merkle root), rarest-first scheduling, and resumable downloads.
πŸ”— Repo: https://github.com/gss10282023/ByteTide

βœ… Mobile_agent β€” Android UI Automation w/ UI-TARS 7B (Python)

Screenshot β†’ model inference β†’ action parsing β†’ device execution. Supports emulator/real device, with dry-run for safe debugging.
πŸ”— Repo: https://github.com/gss10282023/Mobile_agent

βœ… BIOTech Futures Hub β€” Passwordless Collaboration Hub (Django + Vue)

Passwordless magic link/OTP login, role-based access, group workspace (milestones/tasks/discussion), and an admin console; includes frontend demo mode.
πŸ”— Repo: https://github.com/gss10282023/BIOTech_Futures_Hub

βœ… E-MediCenter β€” Booking Platform Demo (Django)

Role-based dashboards (admin/doctor/caregiver/customer), booking & matching flows, optional Google Maps autocomplete, plus a small /ask/ chatbot demo endpoint.
πŸ”— Repo: https://github.com/gss10282023/E-MediCenter

βœ… PacmanFX β€” JavaFX Game + OO Design Patterns (Java)

A playable Pac-Man inspired game; data-driven via config/maps; showcases Strategy/State/Decorator patterns in a clean gameplay loop.
πŸ”— Repo: https://github.com/gss10282023/PacmanFX

βœ… StoryTime β€” Story-driven Learning Generator (Spring Boot)

Generates stories + learning content with streaming via WebSocket; PostgreSQL persistence; optional integrations (OpenAI, Stable Diffusion, Luma, S3-compatible storage).
πŸ”— Repo: https://github.com/gss10282023/StoryTime


Pinned Loading

  1. ByteTide ByteTide Public

    ByteTide is a LAN/cluster large-file distribution system written in C. It turns single-source pulls into multi-peer, chunked distribution with end-to-end integrity verification.

    C

  2. BIOTech_Futures_Hub BIOTech_Futures_Hub Public

    Passwordless, role-based collaboration hub for project-based programs (Django + Vue)

    Python

  3. Mobile_agent Mobile_agent Public

    Control Android devices with UI-TARS 7B: screenshot -> model inference -> action parsing -> device execution.

    Python

  4. PacmanFX PacmanFX Public

    A Pac-Man-inspired arcade game built with JavaFX, with a codebase structured to showcase classic OO design patterns.

    Java

  5. StoryTime StoryTime Public

    StoryTime is a story-driven learning generator for kids, parents, and educational settings. Users choose a theme, age group, characters, and language to generate visual stories and learning content.

    Java