Skip to content

Solution for the IBM Hack Challenge2019 problem : Identification of User Query on Stack Overflow Using Semantic Search

License

Notifications You must be signed in to change notification settings

kesava-karri/semantic-search-stackoverflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Solution for the IBM Hack Challenge2019 problem : Identification of User Query on Stack Overflow Using Semantic Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.8%
  • Jupyter Notebook 27.8%
  • Python 11.6%
  • HTML 11.0%
  • CSS 10.8%