Software
You can find my Github here.
-
Solver for polynomials with algebraic coefficients
I implemented a solver for polynomials with algebraic coefficients, which is now officially part of SymPy. Previously, SymPy could only compute the roots of polynomials with real rational coefficients.
[GITHUB]
-
Cylindrical algebraic decomposition in Python
Cylindrical algebraic decomposition (CAD) is a fundamental algorithm in real algebraic geometry to test the consistency of a semialgebraic set, or what is known in computer science as the existential theory of the reals. I developed one of the few open-source implementations of it, and the first one in pure Python. I am currently working to have it integrated into SymPy.
[GITHUB]
-
Foodmask
Chrome plugin that automatically hides pictures of food on web pages (kind of a humorous project I made while fasting in Ramadan). It uses a zero-shot image classification model that runs fully locally in the browser to find pictures of food, thanks to the great Transfomers.js library.
[GITHUB]
-
GPT_Tweet
Code with instructions to finetune OpenAI's GPT to mimic your style and tone based on your Twitter archive. A friend asked me how so I thought others would find it useful too.
[GITHUB]
-
PasteOCR - Anki plugin
Plugin for Anki that extracts text from images using Google's Tesseract. More than a thousand downloads.
[DOWNLOAD]
[GITHUB]