Code Work I've Recently Completed...

⬅ Back
Project 2

Python Jupyter Notebooks - Data Visualization

A series of python notebooks intended for data analyses methods (PERT, statistical significance, regression) using matplotlib, numpy and pandas libraries. Created using Google Colab.

One notebook handles expert data visualizations and calculations, and the other is a create-your-own plotting tool.

Python Data Analysis

Project 2

OpenAI Python story-writing app - world sentiment analysis

A storytelling application that generates a new chapter in an ever-growing story. A python script queries top news and social media feeds from around the world, analyzes them with a sentiment analysis score, which is used to create our tone and mood of the day's story.

Using the previos day's storyline, OpenAI helps write today's chapter using the same characters and plot, creating a growing story that the world writes!

Python Machine Learning/AI Data Analysis

Advanced System Health Monitor - Python logs and e-mail thresholds

This Python-based system monitoring tool tracks CPU, memory (RAM), and disk usage over time, logs the data, and sends email alerts when performance thresholds are exceeded. It logs this in a continual txt file.

After 5 minutes of running, it stops and creates a dashboard plot of all system information.

Python Data Tracking

Project 2

College Statistics Course Website

Comprehensive college course on Statistics (101/102) and Probability Theory (201). Uses React.js and Chart.js for interactivity, deployment, and routing.

Statistics JavaScript

Project 3

Dynamic Investment Trading Bot

Python bot that automatically rebalances, and trades stocks based on an ETL flow, and Random Forest algorithm. Uses real-time and historical data to analyze market, and make decisions. Runs daily.

Data Analysis Python

Project 1

Live Analytics Demo Site

Simulating GA, PIWIK Pro Tag Manager tracking, user behavior captures in live debugger.

Data Tracking JavaScript

Basic System Health Monitor - Python Flask app

A python application that monitors system health information, like current disk memory usage and CPU usage. It pushes those values to a dashboard every couple seconds, and plots its change over time.

Demo included in the thumbnail here - code pulls from my current computer, code is hosted locally.

Python Data Tracking

Project 4

Gas Refill Scheduler

Multi-step form with Google Maps API connector, as well as scheduler for availability. Submits dynamically to Google Sheets doc for company use, utilizing Google Apps Script to collect, parse, clean, and send data.

Data Analysis JavaScript