Skip to content

An end-to-end software pipeline to find whether the pair of subjective questions are contextually similar (i.e. asking for the same answer)

Notifications You must be signed in to change notification settings

saurabhbh21/Quora_Question_Pair_Similarity

Repository files navigation

Description

A RESTful application for training and prediction on whether two Question have similar context (i.e. asking for similar information)

Dataset

Quora Question Pair Similarity dataset from the competition posted on Kaggle is used for training the model

How To Train and Predict

main_train.py:

Python file sending json request for training the model for 'Whether Pair of Questions have same Context' and receiving validation accuracy as json

main_predict.py:

Python file sending json request for predicting the 'Whether Pair of Questions have same Context' and receiving result as same/ different (1/0) as json.

About

An end-to-end software pipeline to find whether the pair of subjective questions are contextually similar (i.e. asking for the same answer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published