Recommendation system for profiling people to meet at events.
Our objective is to create a recommendation system to resolve a cold start problem with new users with minimal informations.
- w2v.py : Generate fake clusters based on the GoogleNews' Word2Vec model.
- dbScanClustering.py : Use Scikit-Learn DBScan to create automatic clusters from vectors in the GoogleNews model.
- main.py : perform the recommendation.(Work in progress)
git clone https://github.com/alexandre-cruel/Swapcard-Project
You need to install the modules required in the project.
Then run the front.py