Skip to content

A simple search engine to search medium stories built with streamlit and elasticsearch.

Notifications You must be signed in to change notification settings

chiachong/medium-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medium-search-app

A simple search engine to search medium stories built with streamlit and elasticsearch. The demo of this app is available on Heroku.

Prepare Environments

The codes were tested and ran on Ubuntu 18.04 using python 3.7. Create and set up a python environment by running the following command in the terminal

# create python venv and install libraries in the requirements.txt
source ./create_env

Docker

Since this app depends on the elasticsearch container, it is preferable to use docker compose. Before getting started, let's build the docker container of this app

docker build -t medium-search-app .

Then use docker compose:

source env/bin/activate
docker-compose up
# the webapp should be available in localhost:8501

About

A simple search engine to search medium stories built with streamlit and elasticsearch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published