kevin-v96
Data Scientist | Community Manager @ AICamp London | Looking for roles in DS/AI
PretrainLondon
Pinned Repositories
100-exercises-to-learn-rust
A self-paced course to learn Rust, one exercise at a time.
ADASPy
An implementation of the Automatic Design of Agentic Systems paper in Python
automatic-speech-recognition
ASR using CNNs and RNNs in PyTorch with the Connectionist Temporal Classification (CTC) algorithm
autonomous-agent
Autonomous Agent written using LangChain, OpenAI, and RAG
cdkworkshop
Code written while going through https://cdkworkshop.com/ - to build stacks, deploy an app on Lambda using DynamoDB, and write a CI/CD pipeline with CodePipeline
cleaning-agent
A multi-agent AI for a cleaning company that helps users with queries related to the next availability of services
llama3-8b-alpaca-finetune
Llama 3 (8B) finetuned on Alpaca instruction-tuning dataset generated with GPT4
multi-agent-ai
Some experimentation with the different multi-agent AI orchestration frameworks currently widely used.
kevin-v96's Repositories
kevin-v96/llama3-8b-alpaca-finetune
Llama 3 (8B) finetuned on Alpaca instruction-tuning dataset generated with GPT4
kevin-v96/ADASPy
An implementation of the Automatic Design of Agentic Systems paper in Python
kevin-v96/autonomous-agent
Autonomous Agent written using LangChain, OpenAI, and RAG
kevin-v96/multi-agent-ai
Some experimentation with the different multi-agent AI orchestration frameworks currently widely used.
kevin-v96/100-exercises-to-learn-rust
A self-paced course to learn Rust, one exercise at a time.
kevin-v96/automatic-speech-recognition
ASR using CNNs and RNNs in PyTorch with the Connectionist Temporal Classification (CTC) algorithm
kevin-v96/cleaning-agent
A multi-agent AI for a cleaning company that helps users with queries related to the next availability of services
kevin-v96/makoton-ai-tutor
An AI app that teaches the user Makoton, the sign language
kevin-v96/concordia-agent
Experiments with agents grounded in physicality with DeepMind's Concordia
kevin-v96/conversational-bot
Conversational bot akin to ChatGPT made with LangChain, with OpenAI and HuggingFace Hub for LLMs
kevin-v96/decoder-from-scratch
Decoder-only Transformer model implemented from scratch in Python
kevin-v96/ds-projects
Misc. Data Science projects I work on during my job hunt
kevin-v96/dspy
DSPy: The framework for programming—not prompting—foundation models
kevin-v96/dspy-projects
Trying out programming LLM outputs with DSPy
kevin-v96/kevin-v96
Config files for my GitHub profile.
kevin-v96/kevin-v96.github.io
Portfolio
kevin-v96/langchain-basics
Implementing basic stuff like LLMs and Prompting in LangChain
kevin-v96/langchain-rag-qna
A simple langchain QnA pipeline trained on any local text using Sentence Transformers and OpenAI
kevin-v96/llm-code-injection
Demo for llm code injection while generating code for forms
kevin-v96/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
kevin-v96/make_diff
A Python differ that returns diffs and their type for a pair of code snippets
kevin-v96/multi-agent-ai-tutorials
Some tutorials for multi-ai-agent frameworks like CrewAI, AutoGen, and LangGraph
kevin-v96/nextjs-basic
The barebones NextJS app
kevin-v96/python-codecomplete-lm
Small (<~1B) LMs for next token prediction in Python
kevin-v96/structured-state-space-model
Structured state space for sequence modeling (S4)
kevin-v96/tweet-optim-dspy
Optimizing generated tweets for certain metrics
kevin-v96/unbalanced-classification
A project using standard ML algorithms used to address unbalanced datasets for classification
kevin-v96/visualisation_tutorials
Tutorials I go through to brush up on my visualization and EDA skills in frameworks like sns, plt, or R
kevin-v96/voice-recording-classification
Classification of gender in voice recordings using Torchaudio
kevin-v96/workbench-example-hybrid-rag
An NVIDIA AI Workbench example project for Retrieval Augmented Generation (RAG)