Skip to content
View danyshs's full-sized avatar

Block or report danyshs

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

Hi, I'm Danysh!

  • Competitive Programmer
  • AI Researcher
  • Game Dev
  • Loves videogames

I want to turn AI into a tool that can serve the masses in an accessible and sustainable way.


Career

Research Publications

Job Experience

  • 2 Years as a Data Scientist
  • 6 Months as a Generative AI Engineer

Stuff I've Done

Projects

Note: All AI projects are intended for use on a home computer using Local LLMs, runnable on a laptop with an RTX 3060.

  • Dan VoiceBot (WIP) — Voice to voice model for Computer Use with an OpenClaw backend
  • NOblivion (WIP) — File Manager and AI Conversational Organizer with Preview and Backups
  • CareGiver (2025) — A Vector Data Warehouse to parse and organize documents for an Assisted Living Facility (with an additional frontend for interacting with the patients)
  • DiscWhisper (2024) — Live GenAI Powered Speaker-Colored Closed Captioner
  • ZettelMancer (2023) — Local RAG to parse my Obsidian vault
  • DanyshsWork (2023) — My website! ^^

Game Development Projects

2019:

  • Angry Birds clone - Unity 2D
  • Flappy Bird clone - Unity 2D
  • Pinball - Unity 3D
  • Boids Simulation bee chase - Unity 2D+3D

2026:

  • RPG Project - Godot
  • Rhythm Game - Godot

After what I've learned, Ill be participating on Game Jams more now.

Competitions

  • 2nd Place - MIREX Piano Continuation
  • 2nd Place - Overall – DeveloperWeek 2025 (DevPost)
  • 1st Place - Oracle Challenge – DeveloperWeek 2025 (DevPost)
  • 1st Place - Pliops Challenge – DeveloperWeek 2025 (DevPost)
  • 2nd Place – Team Project Sam, AppCon 2019 (Telenor Microfinance Bank)
  • Semi-Finalist – IBA Data Science Hackathon 2019 (Inqline)
  • Finalist – Speed Programming, ProCom 2019 (FAST University)
  • 2nd Place – Process Hackathon, ProCom 2019 (FAST University)
  • 1st Place – Pseudocode, Habib Code.Play() 3.0 (Habib University)
  • 2nd Place – International Fishackathon 2018 (Hackernest)
  • 1st Place – Logic Building, Habib Code.Play() 2.0 (Habib University)
  • 2nd Place – Speed Programming, CodeFest 2017 (IBA Karachi)

Currently on the job hunt!

Pinned Loading

  1. [STUDY] Anthropic 1P - My notes on t... [STUDY] Anthropic 1P - My notes on their Prompt Engineering Course
    1
    "Golden Rule of Clear Prompting":
    2
    Show your prompt to a friend, and have them follow the instructions.
    3
    If they're confused, AI is confused.
    4
    
                  
    5
    —— Clear Prompting ——
  2. [RESEARCH] MIREX 2025 - MIDI continu... [RESEARCH] MIREX 2025 - MIDI continuation using RWKV-7 | 36x more efficient | equivalent results | for a green future with Generative AI
    1
    **Identity:** A RWKV-7 model, trained to finish a piano tune in a way that isn't painful to hear.
    2
    This was part of the MIREX 2025 Symbolic Music Generation challenge here: https://www.music-ir.org/mirex/wiki/2025:Symbolic_Music_Generation
    3
    
                  
    4
    The result of this was the research paper, that you can access through here:
    5
    1. ResearchGate - https://www.researchgate.net/publication/395541308_A_Traditional_Approach_to_Symbolic_Piano_Continuation
  3. [PROJECT] ZettelMancer - Personal Wi... [PROJECT] ZettelMancer - Personal Wiki Chatbot that cites your notes precisely
    1
    **Identity:** A Local LLM-based RAG that parses your personal wiki (.md and .neorg files within a directory and its subdirectories), and allows you to interface with it through a chatbot that is stringent with citing it's sources to the file-name, line number(s) and exact quote granularities (as per setting)
    2
    
                  
    3
    **Raison d'être / The "Why":** It lets me parse my own personal wiki, but in future can be used for a culture of Open-Source personal wiki management and sharing. This can one day create a culture of much faster information sharing, parsing, and challenging one's own beliefs than is currently possible today. 
    4
    
                  
    5
    **Current State:** Disassembled, figuring out how to make it easy to install and set up for a completely non-technical end-user. (Like Notion!)
  4. [PROJECT] NOblivion - File Manager, ... [PROJECT] NOblivion - File Manager, Organizer, and Format Enforcer with a Chatbot
    1
    **Identity:** NOblivion - A Local LLM-based File Manager and Organizer
    2
    
                  
    3
    **Raison d'être / The "Why":** It has 3 functions
    4
    1. Enforce my current organization rules
    5
    2. Suggest new organization rules based off of your fuzzy wants
  5. [PROJECT] DiscWhisper - Live Colored... [PROJECT] DiscWhisper - Live Colored Closed Caption Generator
    1
    **Identity:** A Local LLM-powered captioning system that processes live audio to generate color-coded text based on the speaker's identity. It utilizes a dynamic reference sheet for context and improves speaker recognition over time by isolating harder-to-identify audio segments into its data library.
    2
    
                  
    3
    **Raison d'être / The "Why":** Standard closed captioning loses the nuance of *who* is speaking, especially in rapid-fire conversation. This is especially true for those with ADHD or Autism, who may be overstimulated faster especially when they find themselves unable to keep up with conversation. In an increasingly remote-first world, assigning distinctive and custom colors to voices, this tool can not only help those with these kinds of mental illnesses, but improve the quality of life for those who are differently abled at an auditory level, providing them with a more complete social context.
    4
    
                  
    5
    **Current State:** Proof of Concept. It can work when I run it with just Discord, or while watching shows. But it's hindered by the exclusive fullscreen of videogames, and often comes with a performance penalty, making games harder to play on my hardware (Lenovo Legion 5).
  6. [COMPETITION] CareGiver - DeveloperW... [COMPETITION] CareGiver - DeveloperWeek Hackathon 2025 Winner (#1 in Oracle Challenge, #1 in PliOps Challenge)
    1
    **Identity:** An Oracle Apex-based application that comes in two parts. Admin-facing, and Resident-facing.
    2
    1. _Admin-facing_ component: A non-technical user-friendly vector database that converts natural language into database insertions or queries - this solves the issue of the data getting scattered due to high turn-over and untrained employees taking notes on paper as a temporary basis during their training.
    3
    2. _Resident-facing_ component: A chatbot that's a fine-tuned DeepSeek-R1-Distill-Qwen 1.5B which was trained on medical communication data. It was designed to answer questions about health, with a focus on verifying information from actual medical professionals instead of treating the employees/chatbot as a source of truth. It has some games to help keep the residents active, with the primary one being a chatting game where it simulates a character.ai style historical person chatter.
    4
    
                  
    5
    Winner of the DeveloperWeek Hackathon 2025