My Projects

NHANES Project

1 minute read

The NHANES project is my thesis proposal for my Masters. Here is the abstract:

A* Search Algorithm

less than 1 minute read

A* is an informed search algorithm, or a best-first search, meaning that it is formulated in terms of weighted graphs: starting from a specific starting nod...

Earthquake Altair Visualization

less than 1 minute read

A Visual Analytics project carried out using Python and Altair that explores the earthquakes1970-2014 dataset. We have designed an interactive map that allow...

Covid 19 Interactive Dashboard

less than 1 minute read

The Covid-19 project is created using streamlit and plotly. The interface allows you to select any country and visualize the number of cases and deaths which...