Pooja 's repositories
ethio_hydro
Worked with Ethiopia's rain and temperature time series data. Processed and analyzed 67 million Data and created a dashboard to monitor it.
Body_posture_recognition
Processed video data using OpenCV, extracted body keypoints using Mediapipe and performed k-means clustering analysis.
uber_data_analytics
Data modeling and ETL pipeline for data analytics on Uber dataset using Google cloud storage, BigQuery, and Looker Studio
kafka-airflow-mongodb
Implemented data pipeline for validating email and sending OTP using kafka, mongodb, webhooks and airflow
titanic
Titanic Disaster kaggle challenge. Performed Exploratory data analysis and applied Logistic regression for predicting the survival of the Titanic passengers.
US-Covid-19
Created a dashboard using streamlit, plotly, and plotly-express for analyzing Covid-19 data of the United States.
Word_Processor
Flyweight pattern for word processor in python3. Implemented a Flyweight factory that given a unicode code point returns the Flyweight character object for the character and font. Created RunArray for tracking character sequence in the word document.
in-memory-db
Command and Memento Pattern
modern-fullstack-development
Modern full stack development assignments associated with SDSU
Modern_web_development
Modern web development assignments associated with SDSU
product_app
A website for placing an order and taking all its sales data for predictive analysis using Machine Learning Algorithms such as Linear regression and support vector regressor.
text_similarity
Text Similarity using cosine similarity and bag of words
twitter_classification_project
Applied KNN to predict whether a tweet will be viral or not based on different features. Applied Naive Bayes classifier to classify the tweets based on different locations.