Face - ElasticSearch
Database (debian installs):
- ElasticSearch with OpenDistro - error fix
- Kibana
Demo database (Kibana):
PUT face_recognition
{
"mappings": {
"properties": {
"embedding":{
"type": "dense_vector",
"dims": 2048
},
"id":{
"type": "keyword"
},
"text":{
"type": "keyword"
}
}
}
}Requirements:
- elasticsearch
- tensorflow
- opencv-python
- tqdm
Usage
python load.py- to load images to databasepython search.py- to search images