https://github.com/nikhiljsk/space-sense
Personality matching and image segmentation
https://github.com/nikhiljsk/space-sense
Last synced: 3 months ago
JSON representation
Personality matching and image segmentation
- Host: GitHub
- URL: https://github.com/nikhiljsk/space-sense
- Owner: nikhiljsk
- Created: 2019-03-19T09:15:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T08:17:17.000Z (over 5 years ago)
- Last Synced: 2025-06-10T00:04:44.515Z (4 months ago)
- Language: Python
- Size: 32.9 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LivspaceHack
Personality matching and RecommendationThe repo holds the code for personality matching and clustering based on user-group characteristics. This project was done as part of LivSpaceHack.
## Methodology
Input data is expected to be the user-replies for a set of question ranging in number from 1 to 21. Based on the replies for few questions, we predict the answers to other questions based on similarity index mapping of users. Once, we get the characteristics of the user, the next part is clustering and identifying the user-group of any given user. Then, comes the recommendation part, where images with certain tags are recommended to the user based on the user-group he is presented in.Cheers :)