keepyourmouthshut/docs/usage.md

546 B

How to use KeepYourMouthShut

Using the GitHub repository

  1. Clone the GitHub repository:
    git clone https://github.com/rajtilakjee/keepyourmouthshut.git
  2. Create a virtual environment using venv
    python -m venv .venv
  3. Activate the virtual environment
    .venv\Script\activate
  4. Install the dependencies
    pip install -r requirements.txt
  5. Run the app
    streamlit run src/main.py

Using the Docker image

  1. Pull the Docker image
    docker pull rajtilakjee/keepyourmouthshut:1.0.0
  2. Start using the image