Retr0327 / uniform-invoice-app

A Streamlit application that allows users to check Taiwan uniform invoice numbers.

Home Page:https://retr0327-uniform-invoice-app-srcapp-ibhpxk.streamlitapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uniform-invoice-app

Uniform invoice app is a Streamlit application that allows users to check Taiwan uniform invoice numbers.

Documentation

1. Installation

  • Python version: >= 3.9

  • Clone repository

    git clone git@github.com:Retr0327/uniform-invoice-tkinter-app.git
  • Install Requirement

    cd uniform-invoice-app && pip install -r requirement.txt      

2. Start the app

There are two main ways to run the app:

  • run in Python

    First make sure you are in the uniform-invoice-app folder, and then simply run:

    streamlit run src/app.py
  • run in Docker

    Install Docker, and user the following command to run:

    docker compose up

    Then acces http://localhost in the browser.

Contact Me

If you have any suggestion or question, please do not hesitate to email me at r07142010@g.ntu.edu.tw

About

A Streamlit application that allows users to check Taiwan uniform invoice numbers.

https://retr0327-uniform-invoice-app-srcapp-ibhpxk.streamlitapp.com/

License:Apache License 2.0


Languages

Language:Python 97.8%Language:Dockerfile 2.2%