Pinned Repositories
App-Store-Recommendations
The following project will attempt to analyze data to help App developers better understand what kinds of apps are likely to attract more users. The aim of this project is to find mobile apps that are profitable in the iOS App Store or the Google Play markets.
casear_cipher
This simple casear decrypter and encrypter allows for undercase and capital letters. Pass a message to encrypt or decrypt, n number of positions (must be less than 26) where n will add to the alphabet for encryption and subtract for decryption, and optional encrypt=False to allow for decryption of a message. The message must not include any non alphabetic characters besides a space.
Cleaning_Scraped_Car_Sales
Cleaning and analyzing Scraped Ebay Car Sales data using Pandas and MatPlotLib.
Course_Info
This application parses information from the Indiana University School of Informatics Computing and Engineering and allows users to search the courses and open them in browser tabs.
movie_recommendation_system
What classic movies would we recommend for you based on your favorite classics?
Predicting-Income-Class-based-on-Census-Data
Comparing machine learning classification models.
sense_fashion
Combining fashion and machine learning, Sense Fashion is an automatic clothing detection and recommendation system.
summarize_washington_post_articles
Why pay to read Washington Post articles? This web app uses Beautiful Soup to scrape any article and then auto-summarizes it for you using NLP. Try it out!
university_database
Custom built MySQL University Record System Database and Basic PHP with advanced queries against the database populated with mock data.
Web_Scraping_Indeed_HongKong
This data analysis used Python's Scrapy framework to scrape Indeed.com for Data Science Job Requirements in Hong Kong with visualizations created in Tableau
divineunited's Repositories
divineunited/sense_fashion
Combining fashion and machine learning, Sense Fashion is an automatic clothing detection and recommendation system.
divineunited/university_database
Custom built MySQL University Record System Database and Basic PHP with advanced queries against the database populated with mock data.
divineunited/App-Store-Recommendations
The following project will attempt to analyze data to help App developers better understand what kinds of apps are likely to attract more users. The aim of this project is to find mobile apps that are profitable in the iOS App Store or the Google Play markets.
divineunited/casear_cipher
This simple casear decrypter and encrypter allows for undercase and capital letters. Pass a message to encrypt or decrypt, n number of positions (must be less than 26) where n will add to the alphabet for encryption and subtract for decryption, and optional encrypt=False to allow for decryption of a message. The message must not include any non alphabetic characters besides a space.
divineunited/Cleaning_Scraped_Car_Sales
Cleaning and analyzing Scraped Ebay Car Sales data using Pandas and MatPlotLib.
divineunited/Course_Info
This application parses information from the Indiana University School of Informatics Computing and Engineering and allows users to search the courses and open them in browser tabs.
divineunited/movie_recommendation_system
What classic movies would we recommend for you based on your favorite classics?
divineunited/Predicting-Income-Class-based-on-Census-Data
Comparing machine learning classification models.
divineunited/summarize_washington_post_articles
Why pay to read Washington Post articles? This web app uses Beautiful Soup to scrape any article and then auto-summarizes it for you using NLP. Try it out!
divineunited/Web_Scraping_Indeed_HongKong
This data analysis used Python's Scrapy framework to scrape Indeed.com for Data Science Job Requirements in Hong Kong with visualizations created in Tableau
divineunited/excel_analyzer
This OOP app takes employee data from excel cells, analyzes their performance against each other, and exports into an excel file with individual and group employee analysis along with graphs using Pandas dataframes and its xlsx writer
divineunited/Exploring-Hacker-News-Posts
This data exploration analyzes posts from the site Hacker News from the year 2016.
divineunited/File-Renamer
This application renames files in a folder based on a user input directory, word that needs to be changed, and word that it will be changed to.
divineunited/flask-dropzone
Upload file in Flask application with Dropzone.js
divineunited/Geocoding_HK_Restaurants
Geocoding Latitude and Longitude to Hong Kong Restaurants
divineunited/GoogleBigQuery_ChicagoTaxiTrips
Exploring the Chicago Taxi Trip Google BigQuery Data Set
divineunited/hangman
Hangman Game using TKinter as a GUI
divineunited/image_downloader
This function downloads all images from a given website's body into a specified directory on your computer.
divineunited/malaria_classification
Classify if an Image of a Cell is Infected with Malaria using a GCP Hosted Flask App with a custom built CNN model
divineunited/Predicting-Price-Points-with-Housing-Data
Comparing Single vs. Multiple Linear Regression Machine Learning Models with Price Prediction
divineunited/react-complete-guide
My walkthrough of Udemy's complete react guide course
divineunited/react-complete-guide-assignments
Assignments for the React Complete Guide Udemy Course
divineunited/react-tic-tac-toe
Learning React by building a Tic Tac Toe game
divineunited/roman_numerals
A simple study on OOP and Python. App creates a GUI with Tkinter to manually "draw" roman numerals that a user inputs
divineunited/tweetme2
divineunited/wikibrowse
This application mimics a random browsing through wikipedia pages that a user might do. The function starts by accepting a wikipedia URL and an integer for the amount of jumps that the program will randomly jump. It will first open the original webpage, and then jump from one wikipedia page to another depending on the number of jumps given.