Pinned Repositories
Google_Scraper
Just a quick python script to find some potentially credible backlink sources for search engine optimization.
grokking_algorithms
Python data structures and algorithms textbook exercises I've completed.
JAVA-INCLASS-3
light_site
Django site to control your Kasa devices from a web interface so people without the Kasa app can control devices too.
minesweeper
Play minesweeper in your browser.
snake
Play the game snake.
terminal-preferences
Tmux, vim, zsh, and bash preferences. Plunder away.
ts-data-structures
ts-data-structures
z-cam
Django site to live stream video feed of my dog Z. Ultimately want to store footage and process data for computer vision tasks.
sampiecz's Repositories
sampiecz/terminal-preferences
Tmux, vim, zsh, and bash preferences. Plunder away.
sampiecz/z-cam
Django site to live stream video feed of my dog Z. Ultimately want to store footage and process data for computer vision tasks.
sampiecz/carvana
Scrape carvana and store results in db.
sampiecz/grokking_algorithms
Python data structures and algorithms textbook exercises I've completed.
sampiecz/light_site
Django site to control your Kasa devices from a web interface so people without the Kasa app can control devices too.
sampiecz/minesweeper
Play minesweeper in your browser.
sampiecz/MultiClass-Classification-Computervision-Group-Project
Worked with a group of two other students on multi-class object detection. We wanted to use the stanford cars dataset to try and classify which car was which. We tried simple neural networks and then increased the complexity.
sampiecz/snake
Play the game snake.
sampiecz/ts-data-structures
ts-data-structures
sampiecz/Walgreens
Jupyternotebook to scrape walgreens for vaccines that are available. Uses gmail to login and automatically grab verification code. Mostly selenium a bit of python requests.
sampiecz/Applied_Machine_Learning_Assignment_1
Showing off my sweet Matplotlib data visualization skills. In this jupyter notebook I recreate a pairplot from scratch which is the fanciest graph in the notebook. Otherwise, the jitter and slight opacity to show points that overlap is pretty neat too.
sampiecz/Applied_Machine_Learning_Assignment_2
sampiecz/Applied_Machine_Learning_Assignment_3
sampiecz/Applied_Machine_Learning_Assignment_4
sampiecz/Applied_Machine_Learning_Assignment_5
sampiecz/Bluetooth_Stereo
A locally hosted web application used for pairing new bluetooth devices to raspberry pi that feeds audio output into a stereo. The audio is fed to stereo jack on device, in my case a raspberry pi with a pirate audio pihat.
sampiecz/Computer_Vision_Assignment_3
Multi layer perceptron with Tensorflow / Keras.
sampiecz/Computer_Vision_Assignment_4
CNNs with Keras and Transfer learning with MobileNet.
sampiecz/haven
sampiecz/Information_Retrieval_Assignment_1
Recommender system for movies.
sampiecz/Information_Retrieval_Assignment_2
Page Rank applied to two datasets.
sampiecz/Information_Retrieval_Assignment_3
Selenium and web scraping demo. Scraped my grades from blackboard, you can too with the interactive jupyter notebook.
sampiecz/Operating_Systems_Assignment_6
sampiecz/Operating_Systems_Assignment_7
FAT12 File System Simulation
sampiecz/SwiftUI-MemorizeApp
An iphone app that lets you flip cards and try to memorize them.
sampiecz/TableOfContentsGenerator
Generate Table of Contents
sampiecz/Visual_Analytics_Assignment_1
Attempt to show high dimensional data. I ended up going with a parallelogram as it allows lots of dimensions. The drawback of using a parallelogram is that it can be hard to read and get crowded. In this implementation I would've liked to have changed the color of each line for each car, but I ran out of time. Hover functionality to see what car is what would've been cool too.
sampiecz/Visual_Analytics_Assignment_2
Take the FBI data set and cluster the documents based on their contents. I attempted to implement TFIDF & DBSCAN but ultimately went with just TFIDF and Kmeans as it was simpler.
sampiecz/Visual_Analytics_Assignment_3
Interactive data visualization of the cars dataset. Shows each car as a node. I used Horsepower, MPG, Cylinder, Acceleration, and Make/Model for the marks and channels. Was built with D3.js for React using hooks.
sampiecz/webpack
Learn webpack.