Q&AMarkingAPI

This project is for checking similarity in two texts. Mainly indented to check between the answer give by the student and the correct answer to ascertain its correctness.

Its web based so the app client makes api calls to it while supplying two answers i.e The correct answer and the student answer.

The Algorithm

Algorithm used is Cosine Similarity which is basically a metric used to determine how similar documents are irrespective of their size.

Mathematically, it measures the cosine of the angle between two vectors projected in a multi-dimensional space.