Skip to content

mushroom2/my_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My search

alt text

Application to help you search similar sentences in your texts based on word2vec method

Stack

BackEnd

  • Python 3.6
  • Django 2.2
  • DRF
  • Elasticsearch 7.3
  • Tensorflow
  • NLTK

FrontEnd

  • VueJs
  • Vuetify
  • Nuxt
  • Vuex

Requriements

  • Docker
  • Docker-compose v3.2+

Setup

  • Clone this repo
  • cd ./my_search/docker_local_dev
docker-compose up
  • in new terminal tab
docker exec -it my_search_backend python manage.py fetch_vectorizer
docker exec -it my_search_backend python manage.py reindex_items
  • Go to 127.0.0.1 in your browser
  • Enjoy!

Road map

  • Implement Tensorflow REST server
  • Elasticsearch pagination
  • Tests

About

use word2vec with es_search and tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published