SI650-project--Anime Search Engine

❓ How to use

  • To run search engine(with ReactJS installed)

    • cd interface

    • cd backend

      • flask run to start the back-end
    • cd front-end

      • npm install to install all dependencies
      • npm start to run the app 🚀
    • You could see a demo Here

  • You could also do a search directly by using the file interface/backend/search_model.py:

    model=init_search()
    search_query(model,'new game') # input any query to search without punctuations(the ReactJS way could handle punctuations)