Retr0327 / ckip-cwn-app

A repo that demonstrates how to turn data scripts into shareable web apps in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ckip-cwn-app

This repository for the 2022 台大自然語言處理與網路應用 participants demonstrates how to turn data scripts into shareable web apps.

Documentation

1. Installation

  1. Python version

    • python == 3.7.5
  2. Clone repository

    git clone git@github.com:Retr0327/ckip-cwn-app.git
  3. Install Requirement

    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:

    streamlit run src/app.py
  • run with Docker

    Install Docker, and user the following command to run:

    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

About

A repo that demonstrates how to turn data scripts into shareable web apps in Python.

License:Apache License 2.0


Languages

Language:Python 98.6%Language:Dockerfile 1.4%