Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.08 KB

README.md

File metadata and controls

55 lines (37 loc) · 2.08 KB

TravelSafe- Making Pandemic Travel Safer !

Introduction/ Motivation: As the number of cases in different countries continues to fluctuate in an errant manner, changing rules and regulations have made travelers confused and skeptical whether to travel to a particular country or not. Our project aims to simplify and alleviate a prospective traveler concerns by providing a travel score. Analyzing the current number of cases and the status of vaccine distribution in the country the person plans to visit. Our project aims to provide a concise score which can act as a metric to decide whether a destination is safe to travel to or not.

Abstract/Solution:

  1. We plan to refine data from various real time COVID datasets which are publicly available to get valuable insights to the current COVID situation.
  2. These insights will be used to create a numerical score for a travel destination.
  3. This score can be further enhanced by the vaccination status of the destination.

Approach:

  • Input: Travel destination entered by a user (City/State/Country)
  • Process: The factors taken into consideration to calculate the score are:
  • No. of cases in the that particular area.
  • No. of people vaccinated in that area.
  • Population size and density of that area.
  • Output: Percentage score showing how safe that destination is.

Personas: Our target audience would be uncertain travelers, who cannot decide whether a particular destination is COVID safe or not.

Datasets:

Architecture Diagram

Landing Page

Login Page

Signup Page

Home Page

Top 20 Recommended Safe Countries based on Predicted Score

Top 20 Active cases on that date

Training Algorithms Considered

K-means : Groups similar data into clusters

Linear Regression

Logistic regression