Skip to content

Commit 46b5625

Browse files
authored
Improve formatting of setup instructions in README
Formatted code blocks in the README for better readability.
1 parent 78e5153 commit 46b5625

File tree

1 file changed

+16
-16
lines changed
  • ai/ai-vision/ai-vision-and-sam/files

1 file changed

+16
-16
lines changed

ai/ai-vision/ai-vision-and-sam/files/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ You would need some space and at least a CPU with 300MB of memory, for `sam2.1-h
2222

2323
## Setup
2424
1. Install Python (this project requires Python 3.13.5 or later). You can check your current Python version by running:
25-
```
26-
python --version
27-
```
28-
or
29-
```
30-
python3 --version
31-
```
25+
```
26+
python --version
27+
```
28+
or
29+
```
30+
python3 --version
31+
```
3232
2. Install the requirements from `requirements.txt` file.
33-
```
34-
pip install -r /path/to/requirements.txt
35-
```
33+
```
34+
pip install -r /path/to/requirements.txt
35+
```
3636
3. Update the `.config` file with your own `CONFIG_FILE_PATH` and `COMPARTMENT_ID`:
37-
```
38-
CONFIG_FILE_PATH = <path_to_oci_login_config_file>
39-
COMPARTMENT_ID = <compartment_OCID>
40-
# Change the endpoint to match your account's region
41-
ENDPOINT = "https://inference.generativeai.eu-frankfurt-1.oci.oraclecloud.com"
42-
```
37+
```
38+
CONFIG_FILE_PATH = <path_to_oci_login_config_file>
39+
COMPARTMENT_ID = <compartment_OCID>
40+
# Change the endpoint to match your account's region
41+
ENDPOINT = "https://inference.generativeai.eu-frankfurt-1.oci.oraclecloud.com"
42+
```
4343
4. Run the application using `streamlit run app.py`.
4444

4545
## Technical Details

0 commit comments

Comments
 (0)