Pinned Repositories
3Blue1Brown.com
dl-visualization
This is the source code for the animations in the series "Visualizing Deep Learning"
ghostbuster
Ghostbuster: Detecting Text Ghostwritten by Large Language Models (NAACL 2024)
ml
Easy to use high level python library for popular machine learning algorithms. Has in-built support for graphing and optimizers based in C++.
pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
streamer-ai
Python based AI that uses Deep Neural Networks, Neuroevolution and Streamlabs APIs to live stream games while commentating over them at the same time
super-mario-neat
This program evolves an AI using the NEAT algorithm to play Super Mario Bros.
super-mario-rl
Deep Reinforcement learning and Python learn how to play the original Super Mario Bros
vector-field-visualizer
A python back-end web app to visualize a two dimensional vector field, and to calculate divergence and curl at any point.
videos
Source code for all the animations in my videos. Uses @3b1b's manim library
vivek3141's Repositories
vivek3141/dl-visualization
This is the source code for the animations in the series "Visualizing Deep Learning"
vivek3141/videos
Source code for all the animations in my videos. Uses @3b1b's manim library
vivek3141/ghostbuster
Ghostbuster: Detecting Text Ghostwritten by Large Language Models (NAACL 2024)
vivek3141/super-mario-neat
This program evolves an AI using the NEAT algorithm to play Super Mario Bros.
vivek3141/vector-field-visualizer
A python back-end web app to visualize a two dimensional vector field, and to calculate divergence and curl at any point.
vivek3141/pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
vivek3141/streamer-ai
Python based AI that uses Deep Neural Networks, Neuroevolution and Streamlabs APIs to live stream games while commentating over them at the same time
vivek3141/ml
Easy to use high level python library for popular machine learning algorithms. Has in-built support for graphing and optimizers based in C++.
vivek3141/sql-injection-demo
Demo for SQL Injection on a vulnerable website
vivek3141/snake-gym
A gym environment for the game snake, with a tiled version. Contains implementations for NEAT and RL.
vivek3141/tictactoe-minimax
Solving TicTacToe using the minimax algorithm.
vivek3141/ghostbuster-data
Data from the paper "Ghostbuster: Detecting Text Ghostwritten by Large Language Models"
vivek3141/bnw-implementation
An implementation of the Bernstein-Nanongkai-Wulff-Nilsen Algorithm (2022) for single-source shortest paths with negative edge weights
vivek3141/MathP
A basic programming language that can do basic math operations written in Python.
vivek3141/RandomProblems
This repository has a bunch of small projects
vivek3141/blog
Descriptive Blog on Computer Science topics. Topics included are Artificial Intelligence and Machine Learning, Python, Databases and general CS topics.
vivek3141/gravity-simulator
Simulate gravity between particles
vivek3141/instagram-bot
Get free Instagram followers!
vivek3141/SVCC-backend
Backend for the SVCC website
vivek3141/SVCCWebsite
Website for Silicon Valley Cubing Club!
vivek3141/twitch-alerts
Returns twitch alerts in command line form. Provided in the form of a python package.
vivek3141/Beacon
A discrete way to send distress signals, while recording background audio and video and contacting emergency contacts via Phone and SMS
vivek3141/transverse-wave
An animation showing a transverse wave using p5js
vivek3141/nn-corona
Neural Network learns to cure COVID-19!
vivek3141/vim
My vim configuration
vivek3141/bf-python
Small brainfuck interpreter in python
vivek3141/domino-tiling
How many ways can we arrange 2x1 dominos on an M x N grid?
vivek3141/manim
Animation engine for explanatory math videos
vivek3141/manimgl-mobject-svg
Create SVG files from VMobject and VGroup in ManimGL 1.2.0
vivek3141/MemGPT
Create LLM agents with long-term memory and custom tools 📚🦙