Skip to content

pseudo-usama/information-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information retrieval

How to run

First to install dependencies run this command:

pip install numpy pandas streamlit

Now to run the project enter this command:

streamlit run app.py

After that you'll see some localhost:PORT address in your terminal. Copy that and open it in a browser.

IMPORTANT

To update the documents used in searching goto default_docs.py and update a variable named DEFAULT_DOCS.

Files

  • app.py is the main entry point of this project. And it doesn't contain
  • search_docs.py contains all the code to calculate and search documents.
  • default_docs.py contains the default documents used in searching.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages