Skip to content

danielsyahputra/streamlit-word-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Word Segmentation

Open In Colab

How to Run This App

Via Cloning This Repo

  • Clone this repo: git clone https://github.com/danielsyahputra/streamlit-word-segmentation.git
  • Change the working directory: cd streamlit-word-segmentation
  • Install dependencies: pip install -r requirements.txt
  • Run thi command: streamlit run App.py

Via Docker

The image is avaliable at Docker hub. To run this app, you can do the following commands.

  • Pull image: docker pull danielsyahputra13/streamlit_word_segmentation
  • Run docker container locally: docker run -it -rm -p 8501:8501 danielsyahputra13/streamlit_word_segmentation
  • Open the browser and go to localhost:8501 to see the application.

Once all the process has successfully done, you will see the app look like this.

About

Word Segmentation Purely using Image Processing + Streamlit UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages