Skip to content
View rish-0-0's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report rish-0-0

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

Hey! Rishabh here πŸ‘‹

Software developer from Bangalore. Graduated with Computer Science '21 from BITS Pilani, Goa. Believe in the power of education and a big fan of opensource development.

Portfolio LinkedIn LeetCode

Some of my Fine tuned models

Agent Strudel

This is a fine tuned version of SmolLM-135M. I spent $67-ish to train it by making an agent using Claude Agents SDK, by running a bilevel loop of Claude Sonnet-5s generating "valid" strudel code and the other LLM call validating the same generated strudel code deciding whether it would be useful for fine tuning and an addition to the dataset to remove any particular genre bias. You can ask it questions like: "Generate a groovy indian fusion with german edm". Then using ONNX and WASM I am running it on my website completely free and without a server. Takes about 30s for a generation.

My NPM Packages

Neo-Flow-Viz

It is a Neo4j Graph visualization Library for React Projects, written in Typescript. It uses ReactFlow as the underlying Graph Library and the response and Query Format it builds on is for Neo4j.

npm install --save neo-flow-viz

Astroreha

Astrological Calculations and Chart Generating Library. Got 14 ⭐s

npm install --save astroreha
  • πŸ”­ I'm currently fine tuning SLMs, I like running models using ONNX and Webassembly truly in the browser.
  • βš™οΈ I have 6y of Software Development Experience working in a ☁️ Cloud / Data / Privacy Security.
  • πŸ”₯ My major strength would be the ability to learn very quickly.
  • 🌱 I’m currently learning the AI and LLMs space.
  • πŸ‘― I'm a big fastify fan. Shotout @mcollina. I have written a fastify CRUD generator and a fastapi CRUD generator. Currently privated.
  • πŸ’¬ Ask me about anything react. It's my favourite choice for developing websites. Although, I know almost every popular framework out there.
  • πŸ“« How to reach me: admin@rishabh-anand.com
  • ⚑ Fun fact: GraphQL has nothing to do with Graph Databases πŸ˜‚
  • 😠 I like redux, but would do anything to get around it πŸ˜‚

Pinned Loading

  1. agent-strudel agent-strudel Public

    This project generates strudel code for Music Generation. It's a fine tuned SmolLM-135M running in your browser locally using WASM/ONNX framework. No server needed.

    Python

  2. rish-0-0.github.io rish-0-0.github.io Public

    My portfolio built with Astro and ❀️

    TypeScript

  3. tablight tablight Public

    Chrome extension to become a tab master! Power users tool

    JavaScript

  4. astroreha astroreha Public

    Astrology npm package for Reha (a Dating App based on Astrology). Can calculate Birth Chart, D9 Chart and provide compatibility info.

    JavaScript 14 16

  5. astroweb astroweb Public

    Get Astrological Calculations for Free using Swisseph, Webassembly

    JavaScript 2

  6. neo-flow-viz neo-flow-viz Public

    React Flow based Neo4j Graph Vizualization Library written in TypeScript

    TypeScript