-
Index a given set of questions and answers to build a mini search-engine using one of the following models:
- Boolean Model
- Extended Boolean Model
- Vector Space (TF-IDF) Model
-
Answer a query (Boolean query, Normal query) about the given questions and answers or about COVID-19 using our pre-trained Models about COVID-19 questions.
To install Streamlit alone:
pip install streamlit
To install the requirements:
pip install -r requirements.txt
Use streamlit run streamlit_app.py to run the project on http://localhost:8501
Made with ❤️ as a HomeWork for the IR subject at our university by Ahmad_155511, Walid_164688.