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

Highlights

  • Pro

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.

Content in all repositories owned by your account will be closed.
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 LearningOther
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
qrception – A QR code. It moves. It changes colors. That's all you're getting. · Repo · Demo

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

LanguagesPythonC++JavaScript
AI / MLPyTorchTensorFlowScikit-LearnTransformersOpenCV
Data ScienceNumPyPandasMatplotlibSeaborn
WebReactFastAPIHTML5CSS3Bootstrap
ToolsGitGitHubFedoraJupyterVS Code

Anushka's github activity graph


🌀 Let's Connect

LinkedInEmailHugging%20Face

Pinned Loading

  1. meta-model-failure-predictionmeta-model-failure-predictionPublic

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

    Jupyter Notebook

  2. neuro-surrogate-dsneuro-surrogate-dsPublic

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

    Python 1

  3. browser-ragbrowser-ragPublic

    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-gamePong-gamePublic

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

    JavaScript

  5. Connect-four-gameConnect-four-gamePublic

    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