Omolola Deborah
Data Science Portfolio

A goal-driven and result oriented Data Scientist who has been learning various data science techniques and skills such as predictive, descriptive and prescriptive data analysis, data visualization and storytelling, interpreting finding to drive optimization, statistics and probability, machine and deep learning in order to mine hidden gems located within large sets of structured and unstructured data with the aim of proffering edge cutting solutions and strategies. @OmololaDeborah
.


Mental Health Chatbot (MentBot)

In this project (Natural Language Processing), I created a mental health chatbot named MentBot using deep learning (tensorflow.keras) and deployed using flask. The model is trained on chatbot.py file, the functions for generating chats are on processor.py while the codes for running the flask app is on app.py.


Course Recommender System

This a Natural Language Processing project where a collaborative filtering recommendation system was built using TF-IDF vectorization and Cosine Similarity.


Course Recommender Application

This an app hosted by Github and deployed by Streamlit of the above recommendation system model was built using TF-IDF vectorization and Cosine Similarity.

Web scrapping.

This is a web scrapping project aimed at scrapping the websites for the names and year of establishment of higher institutions in Nigeria using Python's Beautiful Soup.

Article Recommendation
Natural Language Processing

Here, I built an article recommender system for both collaborative filtering and content based recommendation types. I used NLTK for pre-processing the data, k nearest neighbor (KNN) for content based recommendation and k means clustering for collaborative filtering.

Data Analysis with Python

In this project, I analyzed the rating of different chocolate bars so as to look into the factors that make chocolate bars outstanding. My first Datacamp competition.