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:26:25 +00:00
|
|
|
1. Clone the GitHub repository:
|
2023-11-15 14:19:56 +00:00
|
|
|
`git clone https://github.com/rajtilakjee/keepyourmouthshut.git`
|
2023-11-15 14:26:25 +00:00
|
|
|
2. Create a virtual environment using `venv`
|
2023-11-15 14:19:56 +00:00
|
|
|
`python -m venv .venv`
|
2023-11-15 14:26:25 +00:00
|
|
|
3. Activate the virtual environment
|
2023-11-15 14:19:56 +00:00
|
|
|
`.venv\Script\activate`
|
2023-11-15 14:26:25 +00:00
|
|
|
4. Install the dependencies
|
2023-11-15 14:19:56 +00:00
|
|
|
`pip install -r requirements.txt`
|
2023-11-15 14:26:25 +00:00
|
|
|
5. Run the app
|
2023-11-15 14:19:56 +00:00
|
|
|
`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:26:25 +00:00
|
|
|
1. Pull the Docker image
|
2023-11-15 14:19:56 +00:00
|
|
|
`docker pull rajtilakjee/keepyourmouthshut:1.0.0`
|
|
|
|
2. Start using the image
|