Pinned Repositories
3D-model-visualizer
a4vg.github.io
Repository for my personal website, made with React (currently disabled)
arithmetic-solver
bayesian-network
Bayesian Network K2 algorithm in Python
BookPlayer
Player for your DRM-free audiobooks
boox
A platform to sell and exchange books, made with React. Project for UTEC-CS2H01 (HCI).
btree
A C++ Btree implementation for CS3102
datasets-reactive-supervision
Sarcasm datasets generated with the Reactive Supervision method (https://arxiv.org/abs/2009.13080) for my thesis project
disk-based-bptree
B+Tree based on https://github.com/aocsa/btree_project for CS2102
TheCuacPath
Game Maker project for UTEC-CS1102 (OOP)
a4vg's Repositories
a4vg/disk-based-bptree
B+Tree based on https://github.com/aocsa/btree_project for CS2102
a4vg/datasets-reactive-supervision
Sarcasm datasets generated with the Reactive Supervision method (https://arxiv.org/abs/2009.13080) for my thesis project
a4vg/3D-model-visualizer
a4vg/a4vg.github.io
Repository for my personal website, made with React (currently disabled)
a4vg/arithmetic-solver
a4vg/bayesian-network
Bayesian Network K2 algorithm in Python
a4vg/BookPlayer
Player for your DRM-free audiobooks
a4vg/boox
A platform to sell and exchange books, made with React. Project for UTEC-CS2H01 (HCI).
a4vg/btree
A C++ Btree implementation for CS3102
a4vg/cg-opengl
OpenGL viewer with rotation, translation and scale operations in C++
a4vg/ducktalk
🦆💬 A secure chat app for UTEC-CS3I01 made in React and Flask
a4vg/facemask-detection
Detect if a person is wearing a facemask. CNN model created build with TensorFlow and Keras, camera and face detection with OpenCV.
a4vg/first-aws-sam-app
Example AWS SAM app
a4vg/graph-algorithms
Common graph algorithms in C++ (Kruskal, Prim, DFS, BFS, greedy BFS, bipartite, strongly connected)
a4vg/growing-neural-gas
Growing Neural Gas implemented in C++ for UTEC-CS3102 (ADS)
a4vg/image-reconstruction
a4vg/movie-rating-prediction
Predict a movie score based on properties like movie director, year or budget. Model trained with MovieLens, IMDb, Rotten Tomatoes and TMDB data.
a4vg/next-tailwind-base
Base project for a Next app with Tailwindcss, Sass, and Eslint/Prettier configuration.
a4vg/partytown
Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉
a4vg/quarkus-dynamodb-crud
a4vg/quarkus-lambda-guide
Guide to use AWS Lambda with Quarkus (currently in Spanish)
a4vg/quarkus-lambda-sam
a4vg/quarkus-simple-api
Quarkus sample project
a4vg/ray-tracing
a4vg/react-webpack-tailwind-base
A simple React Webpack boilerplate with TailwindCSS and Sass
a4vg/sparse-matrix
Sparse matrix implementation on C++
a4vg/SPIRS
SPIRS Sarcasm Dataset (very high quality, both intended & perceived sarcasm, rich context)
a4vg/supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
a4vg/tailblocks
Ready-to-use Tailwind CSS blocks.
a4vg/wikisearch
A Wikipedia search engine made with Crow C++ and ReactJS