Alina-enni / lingdiggers

Project for the Building NLP Applications course
0 stars 0 forks source link

Web UI for search engine using Flask #18

Closed Alina-enni closed 2 years ago

Alina-enni commented 2 years ago

We need to integrate our search engine into the Flask scripts.

I've worked on this today to create something that combines the relevance ranked search with the web UI functionality. The search is functional for single word queries since I removed the more complex bits to work on just the basic structure first. When searching for 'Coldplay', for example, the search engine should list all songs in the index (currently made up of 5 Coldplay songs).

Here is the web UI before a query:

Screenshot 2022-02-16 at 22 22 09

And here it is after searching with query 'Coldplay':

Screenshot 2022-02-16 at 22 22 22