Skip to content

An information retrieval system based on vectrial model. Deplyed with streamlit

License

Notifications You must be signed in to change notification settings

abel1927/K-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An information retrieval system based on vectrial model. Deplyed with streamlit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages