Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 399 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 399 Bytes

K-retrieval

An information retrieval system based on the vectrorial model. Deployed with Streamlit.

System requeriment

python >= 3.9.2 and functional pip command

Project setup

pip install requirements.txt
>>>import nltk
>>>nltk.download('punkt')
>>>nltk.download('wordnet')
>>>nltk.download('stopwords')

Run the app locally

streamlit run kretrieval.py