Skip to content

Stargix/Tripdate-HackUPC

Repository files navigation

TripDate

TripDate is a dating demo app developped at HackUPC 2024 to meet people while traveling.

Imagen 14

Description

As a team at the Hackathon we developped an app to participate at the TravelPerk challenge. It consisted on develop something to meet people while traveling, so we designed a date application inspired by tinder to connect with people that take a flight to the same place.

Dataset

The dataset provided to us by TravelPerk consisted in thousends of users with their city, flight destination, and the dates.

Options

  • User creation

    Imagen 1 Imagen 10 Imagen 3 Imagen 7 Imagen 8

  • Recommendation Section

    Imagen 9
  • Matching Section

    Imagen 13
  • Chat (API)

    Imagen 4
  • Profile (demo)

    Imagen 6

Matching Section

We developed an algorithm with python which makes the intersection of the city the user is visiting with other users that are at the same place on the same period of time. It wasn't an easy task due to the superposition of the users on the dataset but finally we coud reach to a good result. The python script uses Flask to comunicate with JavaScript and then it uses another API to generate random profile pictures (demo) as their weren't included initially to the dataset.

Imagen 5 Imagen 12

Recommendation Section

This section works with a Chat-GPT API that returns in json places to visit on the visited place. This iconic places of the visited city are used by another API to get images of the site, so we can get an idea as users of how do they look like. Moreover, thanks to the json returned by Chat-GPT, we were able to include a orientative price of the experience and a description.

Imagen 2 Imagen 11

About

A dating app developed at HackUPC-2024 to meet people while traveling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors