- python3
- flask
- flask_restful
$ python3 restapi.py
search options : Index, Type
If sucess, return result API
If fail, return valid options
- terminal
$ curl -X POST http://127.0.0.1:5000/search?options=index
/result/index
- Postman
/result/index
- terminal
$ curl -X GET http://127.0.0.1:5000/result/index
1
- Postman
1
- Elasticsearch
- Machine Learning
- Image Classification
- NLP
- word2vec
- TF IDF (Term Frequency Inverse Document Frequency)
- Korean POS Tag (Part of Speech Tag)