Skip to content

PyThaiNLP/pythainlp-webdemo

Folders and files

NameName
Last commit message
Last commit date
Aug 27, 2020
Jun 19, 2019
May 24, 2019
Jun 19, 2019
May 7, 2019
May 20, 2018
May 7, 2019
May 20, 2018
Aug 24, 2019
Jun 19, 2019
May 20, 2018
Aug 27, 2020
Aug 27, 2020
Feb 16, 2023

Repository files navigation

PyThaiNLP Web Demo

PyThaiNLP Web Demo is a web application containing several algorithms implemented in PyThaiNLP. It is an interface that allows users test those algorithms before actually adopting them in their usecases or applications.

Run via Docker (recommended)

# The command below starts the web that can be accessed
# via http://127.0.0.1:8080
> docker run -i -p 8080:80 pythainlp/demo
 * Serving Flask app "main" (lazy loading)

Run locally

# Please make sure that all dependencies are installed
# via pip install -r requirements.txt
> python main.py

Development

Build Docker image

 docker build -t pythainlp/demo .

Contributions

We're more than happy to receive issues and pull-requests.