You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,17 @@ We built this API to show how the technology can fight this and other crises, an
15
15
To classify your own images, you can use the live API: use the link [here](https://fire-detection-api.herokuapp.com/docs) to read the documentation and send requests.
16
16
17
17
### Running Locally
18
+
You only need to use ONE of the following options:
18
19
19
-
#### Using Docker
20
+
#### Option #1: Using Docker
20
21
You can download this repository and run it using [Docker](https://www.docker.com/get-started):
21
22
22
23
```docker compose up```
23
24
24
-
#### Using Virtual Environments
25
+
#### Option #2: Using Virtual Environments
25
26
26
-
Alternatively, you can also make a virtual environment and install the dependencies locally:
27
+
Alternatively, you can also make a virtual environment. This is *recommended*, as it will allow you to also run the automated tests as well
28
+
(discussed below). Here is the command to install the dependencies locally:
0 commit comments