Skip to content
View furged's full-sized avatar
:octocat:
pls dont show me the purple website u made
:octocat:
pls dont show me the purple website u made

Block or report furged

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

Hey!

🕷️ I'm Anushka.

👾 I work on machine learning, local LLM applications, and AI systems.


🌀 Projects

AI & Machine Learning Other
Sentinel AI – Estimates transformer reliability using uncertainty estimation and ensemble disagreement. · Repo · Demo

Neural Surrogate Modeling – Fourier Neural Operator for solving the 2D Heat Equation. · Repo

Native RAG (In Progress) – Browser-native Retrieval-Augmented Generation with local embeddings, PDF ingestion, and IndexedDB vector storage. · Repo
Connect 4 – Classic Connect Four built with Pygame and NumPy. · Repo

Pong – Browser-based Pong game built with HTML5 Canvas and JavaScript. · Repo · Demo

🌀 Stuff I Use

Languages Python C++ JavaScript
AI / ML PyTorch TensorFlow Scikit-Learn Transformers OpenCV
Data Science NumPy Pandas Matplotlib Seaborn
Web React FastAPI HTML5 CSS3 Bootstrap
Tools Git GitHub Fedora Jupyter VS Code

Anushka's github activity graph

Top Languages

🌀 Let's Connect

LinkedIn Email Hugging%20Face

Pinned Loading

  1. meta-model-failure-prediction meta-model-failure-prediction Public

    A meta-learning system that predicts when a sentiment transformer is about to be wrong

    Jupyter Notebook

  2. neuro-surrogate-ds neuro-surrogate-ds Public

    Neural surrogate modeling for the 2D Heat Equation using CNNs and FNOs.

    Python 1

  3. browser-rag browser-rag Public

    A fully browser-side RAG application that performs document indexing, embedding generation, semantic search, and answer retrieval entirely on the client. Documents are stored locally using IndexedD…

    JavaScript

  4. Pong-game Pong-game Public

    Pong, but the bot has bad days and your phone doesn't judge you for using two fingers.

    JavaScript

  5. Connect-four-game Connect-four-game Public

    A Python implementation of the classic Connect Four game built using Pygame. It features a 2-player mode with a graphical user interface, dynamic board rendering, and real-time piece placement logi…

    Python