saadsharif / ttds-group

TTDS Group Project
3 stars 0 forks source link

Frontend, API and Inverted Index #8

Open gingerwizard opened 2 years ago

gingerwizard commented 2 years ago

API will be a simple REST JSON service - in python as we'll need to integrate with the backend.

Frontend im proposing using https://inveniosoftware.github.io/react-searchkit/

gingerwizard commented 2 years ago

Remaining work:

Nice to have

Performance improvements (if needed):

gingerwizard commented 2 years ago

Current slow queries are:

"the theory of relativity": 7.140828 "simulation results show": 6.486853 "experimental results show": 6.32236 "show proposed algorithm": 5.257121 "machine learning model": 4.991965 "machine learning model": 4.976206 "high dimensional data": 4.846035 "extensive experiments show": 4.794905 "state art approaches": 4.775827 "alternating direction method": 4.752618

Entirely phrases. I think next iteration of improvements (which should be easy) is probably skip lists.