Pinned Repositories
Blue_Tomatoes
Turn the tomatoes in a salad from red to blue.
Chroma_Key
Chroma key function to apply a background image to all images in a directory.
fallscameron01.github.io
This is the website of Cameron Falls.
Internet_Archive_Downloader
Python utility for downloading files from an archive on the Internet Archive. Uses the internetarchive package for downloading files. Utilizes multiprocessing to download multiple files simultaneously and speed up the download of archives with a large number of files.
List_Manager
A list-making program to help you manage your tasks.
Monte_Carlo_Simulation
Simulation of the game Craps.
Planet-Edge-Detection
Algorithm using OpenCV to detect planet edges.
Plot_Q-Learning
A tool for plotting and visualizing data from Q-Learning projects using pandas.
SUAS-2022
Missouri S&T Multirotor Robot Design Team's code for the Association for Unmanned Vehicle Systems International's 2022 Student Unmanned Aerial Systems Competition (AUVSI SUAS 2022)
SUAS-2023
Missouri S&T Multirotor Design Team's code for the 2023-2024 Student Unmanned Aerial Systems Competition (SUAS).
fallscameron01's Repositories
fallscameron01/Chroma_Key
Chroma key function to apply a background image to all images in a directory.
fallscameron01/Internet_Archive_Downloader
Python utility for downloading files from an archive on the Internet Archive. Uses the internetarchive package for downloading files. Utilizes multiprocessing to download multiple files simultaneously and speed up the download of archives with a large number of files.
fallscameron01/Blue_Tomatoes
Turn the tomatoes in a salad from red to blue.
fallscameron01/fallscameron01.github.io
This is the website of Cameron Falls.
fallscameron01/List_Manager
A list-making program to help you manage your tasks.
fallscameron01/Monte_Carlo_Simulation
Simulation of the game Craps.
fallscameron01/Planet-Edge-Detection
Algorithm using OpenCV to detect planet edges.
fallscameron01/Plot_Q-Learning
A tool for plotting and visualizing data from Q-Learning projects using pandas.
fallscameron01/Q-Learning_CartPole
Solves the Cart Pole problem using q-learning in the Python Gym library.
fallscameron01/Resize_Image
Python function to resize images stored in an ndarray by a scaling factor.