2023-11-15 14:19:56 +00:00
|
|
|
# How to use KeepYourMouthShut
|
2023-11-10 15:19:41 +00:00
|
|
|
|
2023-11-15 14:19:56 +00:00
|
|
|
## Using the GitHub repository
|
2023-11-10 15:19:41 +00:00
|
|
|
|
2023-11-15 14:19:56 +00:00
|
|
|
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`
|
2023-11-10 15:19:41 +00:00
|
|
|
|
2023-11-15 14:19:56 +00:00
|
|
|
## Using the Docker image
|
2023-11-10 15:19:41 +00:00
|
|
|
|
2023-11-15 14:19:56 +00:00
|
|
|
1. Pull the Docker image\
|
|
|
|
`docker pull rajtilakjee/keepyourmouthshut:1.0.0`
|
|
|
|
2. Start using the image
|