AlexJumaW99
Just a Python heavy Programmer that's into Data Science, AI/ML and Full-stack Development. Huge gamer too! Ball is life | Contact Info: jumalex99@gmail.com
University of NairobiWinnipeg, MB
Pinned Repositories
Assignment6
Average-Rating-per-Course-by-Month
A program that accepts a dataframe object, which in this case is a table containing individual reviews for various Python Courses. The data is then manipulated to create a different 'Month' column - from the already existing 'Timestamp' column. This new column only contains the year and month number. Afterwards the data is grouped by 'Month' and 'Course Name', and the mean rating for course each month is found. A chart is then created to visualize this using Justpy and Highcharts.
Boxstore-Sales-Dashboard
ELA_Hackathon
ELA_Hackathon_Solution
Epidemic
Happiest-day
A program that tries to figure out which day of the week ppl are 'happiest', by checking the percentage of ratings above 4.0 given to various courses in that particular day. This is over a period of 3 years.
Motion-Detector
A Computer Vision python program that detects motion using a webcam and records when it began, and when it ended. It then stores these recordings in a csv file.
Salary-Predictor
Using mutlivariate linear regression to predict one's salary.
Thesaurus
A thesaurus app written in Python that outputs the definition(s) of an English word a user input.
AlexJumaW99's Repositories
AlexJumaW99/Motion-Detector
A Computer Vision python program that detects motion using a webcam and records when it began, and when it ended. It then stores these recordings in a csv file.
AlexJumaW99/ELA_Hackathon
AlexJumaW99/ELA_Hackathon_Solution
AlexJumaW99/Happiest-day
A program that tries to figure out which day of the week ppl are 'happiest', by checking the percentage of ratings above 4.0 given to various courses in that particular day. This is over a period of 3 years.
AlexJumaW99/Assignment6
AlexJumaW99/Average-Rating-per-Course-by-Month
A program that accepts a dataframe object, which in this case is a table containing individual reviews for various Python Courses. The data is then manipulated to create a different 'Month' column - from the already existing 'Timestamp' column. This new column only contains the year and month number. Afterwards the data is grouped by 'Month' and 'Course Name', and the mean rating for course each month is found. A chart is then created to visualize this using Justpy and Highcharts.
AlexJumaW99/Boxstore-Sales-Dashboard
AlexJumaW99/data-privacy-pres
A repo that takes you through some principles about data privacy based on the Kenya Data Protection Act and General Data Protection Regulation. Useful for a data person.
AlexJumaW99/Data-Structures-and-Algos
AlexJumaW99/Epidemic
AlexJumaW99/Face-Detection
A Python Computer Vision program that uses the cv2 library to accept a photo as input, attempt to detect the presence of a face and if found, draw a rectangle around it.
AlexJumaW99/Food-EDA
Exploratory Data Analysis and Data Visualization was carried out on Global Food Data from Kaggle in order to gather insights.
AlexJumaW99/Salary-Predictor
Using mutlivariate linear regression to predict one's salary.
AlexJumaW99/Thesaurus
A thesaurus app written in Python that outputs the definition(s) of an English word a user input.
AlexJumaW99/Unemployment-Rate-GIS
A data analysis program that allows one to visualize the unemployment rate in the United States in each state. The Folium library enables us to carry out web mapping by creating a choropleth map, in this case the map only has one layer. A legend is used for interpretation of the map data.
AlexJumaW99/Graph-of-Women-Engineering-Graduands-in-the-US
A graph, created using the Bokeh Python library, that allows us to visualize statistical data. The data in this case show the no. of Women Engineering Graduands in the US from the year 1970 to 2011.
AlexJumaW99/HTML-Cheatsheet
AlexJumaW99/Jumaiya-Perishable-Goods-Supply-Chain
A Block-Chain business network application aimed at increasing transparency and accountability in a perishable goods supply chain.
AlexJumaW99/level-up-advanced-sql-4311094
This repo is for the Linkedin Learning course: Level Up: Advanced SQL
AlexJumaW99/Med-Visualizer
AlexJumaW99/Movie-Reviews-EDA
AlexJumaW99/Pandas-Cheat-Sheet
AlexJumaW99/Polynomial-Regression
AlexJumaW99/Product-Sales-Prediction
AlexJumaW99/San-Francisco-GIS
A python program that uses the Geopy library's geocode function to find the latitude and longitude of various supermarkets in the San Francisco area, using only their address (ie: Address, City, State and Country) It then creates a web map with Folium, marking the exact locations of these supermarkets on the map
AlexJumaW99/Streamlit-Hello-World
AlexJumaW99/Titanic
Exploratory Data Analysis carried out on the Titanic dataset to come up with insights.
AlexJumaW99/trial
AlexJumaW99/Volcano-and-Population-GIS
A program that marks the exact location of various Volcanoes on a map based on their coordinates (latitude and longitude), on one layer. On another layer it show the population of each country in the world.
AlexJumaW99/Weather-Scatter-Diagram
A graph, created using the Bokeh Python library, that allows us to visualize statistical data. The data in this case shows the temperature and pressure changes throughout the day from the year 2010 to 2014 in a Country in Europe. NB: The output file is 'Graduands.html'