/check-ia

Escolha seu próximo destino de viagem baseado no seu perfil e utilizando IA

Primary LanguageJavaScript

Check-IA

Choose your next travel destination based on your profile and using AI ✈️

React framework Netlify Status

📖 About

This project was created to help people choose their next travel destination, because we know there are a lot of places you can go and it's not easy to choose it. Even more with COVID-19 pandemic 😷! You just need to answers some personality questions and we help you choose your next travel destination (and we hope you like it 😃)!

👷 How it works

We created a machine learning model to choose your travel destination based on some personality questions (to understand your profile, we don't collect any data from you). This machine learning model was trained using a Big Five personality dataset that contains a lot of personality questions that were answered by people around the world. We choose some of these questions and we got the answers and the nationalities of each person related to it.

⚒️ Technologies

⚙️ Prerequisites

Before you begin, you will need the following tools installed on your machine: Node.js and Yarn. In addition, you will need to run the back-end and the ML API in your machine before continuing.

💻 Running locally

  1. Install the dependencies

    yarn install
    
  2. Run the application

    yarn start
    
  3. The application will be running in localhost:3000.

🏗️ Build the app for production

Running yarn build, it builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!