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

