Pinned Repositories
BBB-Plotly-Dashboard
Penn Data Boot Camp Assignment 14 - An interactive dashboard made with Plotly.js to explore a "Belly Button Biodiversity" dataset, which catalogs the microbes that colonize human navels.
D3-Data-Journalism
Interactive application using D3.js to explore a US Census Bureau dataset by visualizing correlations between demographic characteristics and health risk factors in the United States.
ETL-Mini-Project
Mini project using various data sources to E(xtract) data, Pandas to T(transform) and clean data, and SQLAlchemy to L(oad) cleaned data to SQLite database ready for potential future analysis.
Face_Mask_Detection
A Computer Vision project that detects facemasks from Images as well as in real-time using the camera. App uses TensorFlow VGG-19 for training the model and OpenCV HarCascade for face recognition.
JavaScript-and-DOM-Manipulation
Penn Data Boot Camp Assignment 14 - Interactive webpage to display a dynamic table of UFO sightings data with filtering capabilities built on HTML Forms using JavaScript and D3.js
ML-Exoplanet-Prediction
Penn Data Boot Camp Assignment 21 - Machine learning models capable of classifying candidate exoplanets from approximately 10,000 exoplanets examined by the Kepler Space Observatory.
NLP-Movie-Rating-Predictor
Machine Learning flask app utilizing Natural Language Processing to predict movie MPA rating with movie plot and genres as inputs.
Philadelphia-Parking-Violations
Interactive flask application that offers analytical insights into historical parking violations and the potential effects of various weather conditions in Philadelphia. Using various JS visualization libraries.
Spotify-Music-Analysis
In this project, we use artist, song, and music features data collected from Spotify's API to produce in-depth insights into music in general, visualize the history of music development, and uncover hidden trends of user listening behaviors, etc.
Tableau-Citi-Bike-COVID19-Analysis
Tableau viz visualizing Citi Bike usage trends in New York City amid COVID-19. The analysis is done from the perspective of user behaviors, customer breakdown, and change in bike stations popularities.
ztcnrh's Repositories
ztcnrh/BBB-Plotly-Dashboard
Penn Data Boot Camp Assignment 14 - An interactive dashboard made with Plotly.js to explore a "Belly Button Biodiversity" dataset, which catalogs the microbes that colonize human navels.
ztcnrh/ML-Exoplanet-Prediction
Penn Data Boot Camp Assignment 21 - Machine learning models capable of classifying candidate exoplanets from approximately 10,000 exoplanets examined by the Kepler Space Observatory.
ztcnrh/NLP-Movie-Rating-Predictor
Machine Learning flask app utilizing Natural Language Processing to predict movie MPA rating with movie plot and genres as inputs.
ztcnrh/Philadelphia-Parking-Violations
Interactive flask application that offers analytical insights into historical parking violations and the potential effects of various weather conditions in Philadelphia. Using various JS visualization libraries.
ztcnrh/Spotify-Music-Analysis
In this project, we use artist, song, and music features data collected from Spotify's API to produce in-depth insights into music in general, visualize the history of music development, and uncover hidden trends of user listening behaviors, etc.
ztcnrh/Tableau-Citi-Bike-COVID19-Analysis
Tableau viz visualizing Citi Bike usage trends in New York City amid COVID-19. The analysis is done from the perspective of user behaviors, customer breakdown, and change in bike stations popularities.
ztcnrh/D3-Data-Journalism
Interactive application using D3.js to explore a US Census Bureau dataset by visualizing correlations between demographic characteristics and health risk factors in the United States.
ztcnrh/ETL-Mini-Project
Mini project using various data sources to E(xtract) data, Pandas to T(transform) and clean data, and SQLAlchemy to L(oad) cleaned data to SQLite database ready for potential future analysis.
ztcnrh/Face_Mask_Detection
A Computer Vision project that detects facemasks from Images as well as in real-time using the camera. App uses TensorFlow VGG-19 for training the model and OpenCV HarCascade for face recognition.
ztcnrh/JavaScript-and-DOM-Manipulation
Penn Data Boot Camp Assignment 14 - Interactive webpage to display a dynamic table of UFO sightings data with filtering capabilities built on HTML Forms using JavaScript and D3.js
ztcnrh/kafka-data-streaming-chicago-transit-authority
A data streaming project from a Udacity course that utilizes the Kafka ecosystem stacks and Faust to produce, transform, consume, and display data to a web page in real-time.
ztcnrh/Leaflet-Earthquake-GeoMapping
Penn Data Boot Camp Assignment 17 - Interactive map to visualize a USGS earthquake dataset (GeoJSON) using Leaflet for JavaScript.
ztcnrh/Mission-to-Mars
A web application that scrapes various websites for data related to Mars and displays the information in a single page using BeautifulSoup, Splinter, MongoDB, Flask framework, HTML, CSS, and Bootstrap.
ztcnrh/SQLAlchemy-Data-Storage-and-Retrieval
Analysis of Hawaii climate database using SQLAlchemy, Pandas, and Matplotlib. Creation of Flask API routes based on analytical queries to store data for customized retrieval.
ztcnrh/The-VBA-of-Wall-Street
Penn Data Boot Camp Assignment 2 - VBA scripting to analyze real stock market data by automating process and summarizing stock information.