Skip to content

harshiiiit/quora-question-pairs

Repository files navigation

quora-question-pairs.

NLP project, trying and experimenting different approaches to solve the quora question pairs problem by Identifying question pairs on quora that have similar intents to solve the problem of rendent questions.

Main work pipeline

alt text

Run the inference model

alt text

  1. Make sure to pip install the model requirements (on python 3.6 - 3.9)
pip install keras
pip install sentence_transformers
  1. Make sure that your model has a good bandwidth to download the pre-trained model
  2. Run the model inference code
python model_inference.py
  1. Enter your first and second question
  2. Model will say Duplicated or not duplicated

THAT'S IT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages