https://github.com/pythainlp/pythainlp-webdemo
https://github.com/pythainlp/pythainlp-webdemo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythainlp/pythainlp-webdemo
- Owner: PyThaiNLP
- License: apache-2.0
- Created: 2018-05-20T15:59:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:56:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T10:48:04.748Z (about 1 year ago)
- Language: HTML
- Homepage: https://pythainlp-webdemo.herokuapp.com/
- Size: 56.6 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.