-
veNum Public
Vectorized N-dimensional numerical arrays. Tensor / Nd Array library. Implements matrix multiplications and convolutions/cross-correlations.
-
rede Public
Forked from kriogenia/redeCLI tool to run and configure suites of HTTP requests defined in readable files
Rust Apache License 2.0 UpdatedOct 11, 2024 -
-
Termfolio Public
Terminal style portfolio / resume website.
-
cohle Public
Rust CLI that prints Rust Cohle quotes.
-
-
ferrograd Public
A small scalar autograd engine / Rust crate, inspired from Karpathy's micrograd, with more features, such as more activation functions, optimizers and loss criterions. Capable of MNIST classification.
-
CandleMist Public
Fullstack chatbot built using Rust. Made using Candle, Leptos, Actix, Tokio and Tailwind. Uses quantized Mistral 7B Instruct v0.1 GGUF models.
-
vim-256noir Public
Forked from hossein-lap/vim-256noirA dark 256-color colorscheme for vim
-
A calculator that uses handwritten Kannada digits and operators to calculate the result, using contour detection and CNN model predictions. Made using PyTorch, OpenCV, PIL and CustomTkinter.
-
IMDb-Knowledge-Graph-RAG Public
Simple implementation of Graph RAG using IMDb Top 250, Neo4j Graph database and Gemini API.
-
-
Handwriting-Calculator Public
A calculator that uses handwritten digits and operators to calculate the result, using contour detection and CNN model prediction. Tensorflow (Keras) is used to create, train and load the neural ne…
-
Protagonist-Producer Public archive
Protagonist Producer is an AI character creator app, powered by the OpenAI API. By typing in a brief idea, you get back a character portrait, a character name and a synopsis/backstory for your char…
-
Kannada-Digit-Recognizer-v1 Public
Using a Convolutional Neural Network (CNN) to identify the Kannada numerical digits. Tensorflow (Keras) is used to create, train and load the neural network model. CustomTKinter/TKinter are used to…