Pinned Repositories
arrow-rs
Official Rust implementation of Apache Arrow
async-stripe
Async (and blocking!) Rust bindings for the Stripe API
benchmark
Benchmark suite for LLMs
cyclecloud-llm
Fork of the repo for https://techcommunity.microsoft.com/t5/azure-high-performance-computing/training-large-ai-models-on-azure-using-cyclecloud-slurm/ba-p/3775454
dicom-viewer
Python modules and scripts that interoperate between data formats and DICOM viewer software
duckdb
DuckDB is an in-process SQL OLAP Database Management System
LaTeX-Resume
A fantastic LaTeX resume template for software engineers, with my own information filled in.
mailslurper
Local, web-based mail server application. Slurp mails into oblivion!
YouTubeComments
YouTube Comment-Scraping and ML analysis (arxiv.org/abs/1907.00435)
exploration_mdps
Different approaches for explorations in MDPs
aarashy's Repositories
aarashy/dicom-viewer
Python modules and scripts that interoperate between data formats and DICOM viewer software
aarashy/duckdb
DuckDB is an in-process SQL OLAP Database Management System
aarashy/mailslurper
Local, web-based mail server application. Slurp mails into oblivion!
aarashy/YouTubeComments
YouTube Comment-Scraping and ML analysis (arxiv.org/abs/1907.00435)
aarashy/arrow-rs
Official Rust implementation of Apache Arrow
aarashy/async-stripe
Async (and blocking!) Rust bindings for the Stripe API
aarashy/benchmark
Benchmark suite for LLMs
aarashy/cyclecloud-llm
Fork of the repo for https://techcommunity.microsoft.com/t5/azure-high-performance-computing/training-large-ai-models-on-azure-using-cyclecloud-slurm/ba-p/3775454
aarashy/LaTeX-Resume
A fantastic LaTeX resume template for software engineers, with my own information filled in.
aarashy/deadpool
Dead simple pool implementation for rust with async-await
aarashy/duckdb-rs
Ergonomic bindings to duckdb for Rust
aarashy/google-authz
google-authz = tower-service + google authentication
aarashy/Independent-Weighted-Knapsack
This is an approximation algorithm which solves a problem that is a hybrid between two NP-hard problems, Weighted Knapsack and Independent Set.
aarashy/langchain
⚡ Building applications with LLMs through composability ⚡
aarashy/profanityfilter
A universal Python library for detecting and filtering profanity
aarashy/public
aarashy/Quiver-Graph-Serialization
Quiver is a functional graph library in Scala. I started hand-making an interface for serializing and deserializing these graphs. My next step is to incorporate the circe Scala JSON library to be able to reconstruct type data.
aarashy/rust-orb-billing
An async Rust API client for the Orb billing platform.
aarashy/rust-rdkafka
A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka
aarashy/tonic
A native gRPC client & server implementation with async/await support.
aarashy/validator
Simple validation for Rust structs