https://github.com/retr0327/ckip-cwn-app
A repo that demonstrates how to turn data scripts into shareable web apps in Python.
https://github.com/retr0327/ckip-cwn-app
natural-language-processing python streamlit
Last synced: 2 months ago
JSON representation
A repo that demonstrates how to turn data scripts into shareable web apps in Python.
- Host: GitHub
- URL: https://github.com/retr0327/ckip-cwn-app
- Owner: Retr0327
- License: apache-2.0
- Created: 2022-08-21T16:27:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T18:10:41.000Z (over 3 years ago)
- Last Synced: 2025-04-08T22:43:17.156Z (about 1 year ago)
- Topics: natural-language-processing, python, streamlit
- Language: Python
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **ckip-cwn-app**
This repository for the [2022 台大自然語言處理與網路應用](https://github.com/lopentu/nlp_web) participants demonstrates how to turn data scripts into shareable web apps.
## **Documentation**
### 1. Installation
1. Python version
* `python == 3.7.5`
2. Clone repository
```bash
git clone git@github.com:Retr0327/ckip-cwn-app.git
```
3. Install Requirement
```bash
cd ./ckip-cwn-app && pip install -r requirements.txt
```
### 2. Start the app
There are two main ways to run the app:
- run with Python
First make sure you are in the `ckip-cwn-app` folder, and then simply run:
```bash
streamlit run src/app.py
```
- run with Docker
Install Docker, and user the following command to run:
```bash
docker-compose up
```
Then acces `http://localhost` in the browser.
## Contact
If you have any suggestion or question, please do not hesitate to email me at r07142010@g.ntu.edu.tw