Skip to content

hichnicksemen/microsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microsearch

Install environment

I recommend you to install everything in a virtual environment. I usually use virtualenv but any other environment manager should work.

virtualenv -p python3.10 venv

activate the environment

sourve venv/bin/activate

and install dependencies

pip install -r requirements.txt

Crawl data

Now we need to download the content of the blogs. Here I provide a list of feeds examples, but feel free to use your own. To download the content do

python scripts/download_content.py --feed-path feeds.txt

## Launch app

Finally, once the content is crawled and stored you can run the app as

python -m microsearch.app --data-path output.parquet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.0%
  • HTML 24.1%
  • CSS 11.9%