Skip to content

Commit

Permalink
Fixed a typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zaharchenko17 committed Dec 10, 2023
1 parent ba53a05 commit 7a4ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SoloConnect is a full stack web application that aims to connect solo travelers
SoloConnect is hosted using AWS Elastic Beanstalk and uses a Django/Channels/PostgreSQL stack on the backend and HTML/Bootstrap5/JavaScript on the front-end. These technologies were a great fit for many of the business problems we aimed to solve, and we've found this stack to be great to work with and an excellent educational experience.

Key Features:
- Creating a full user profile complete with bio, 5 profile images, and age, and set of interests
- Creating a full user profile complete with bio, 5 profile images, age, education information, and set of interests
- Creating and updating trips to a set of the most popular tourist destinations in the 10 most popular countries for tourism in the United States
- Sending and receiving match requests between users visiting the same destination on overlapping dates
- Filtering the trip-level match pool based on a set of hard filters (age, spoken language) and using a KNN classifier to order the match pool by similarity score based on a set of soft filters (travel interests, smoking/drinking preference, education level, etc.)
Expand Down

0 comments on commit 7a4ca7b

Please sign in to comment.