Find the most similar star。找到最相似的明星脸
找到相似的明星脸
Find the most similar star
search for similar stars
Requirements
Installation
pip install -r requirement.txt
./process
Launch MongoDB and create datebase named similar_star_db with collection named star
//cd ./crawler
python ./star_crawler.py
python ./download_image.py
Ensure your ElasticSearch support 2622-dimension vector
Launch ElasticSearch.bat
//cd ./process
python ./index_create.py
python ./feature_extract.py
//cd ./backend
python ./main.py
cd ./web
project setup
npm install
Compiles and hot-reloads for development
npm run serve