Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 523 Bytes

StackOverflow-Search-Optimization

Solution for the IBMHackChallenge problem : Identification of User Query on Stack Overflow Using Semantic Search

Steps To Run:

  1. Run python ml_server.py inside /ml_backend folder
  2. Then visit localhost:5000 and search for questions.

Requirements:

  • Python 3.7 or higher
  • Tensorflow
  • Node 8.12(optional)
  • Jupyter Notebook (optional)
  • active internet connection

Required Packages:

  • nltk
  • tensorflow (v1.13)
  • tensorflow_hub
  • requests
  • flask
  • flask_cors