540 B
540 B
How to use KeepYourMouthShut
Using the GitHub repository
- Clone the GitHub repository:
git clone https://github.com/rajtilakjee/keepyourmouthshut.git
- Create a virtual environment using
venv
python -m venv .venv
- Activate the virtual environment
.venv\Script\activate
- Install the dependencies
pip install -r requirements.txt
- Run the app
streamlit run src/main.py
Using the Docker image
- Pull the Docker image
docker pull rajtilakjee/keepyourmouthshut:1.0.0
- Start using the image