| ... | @@ -12,7 +12,7 @@ In particular, there should be a README.MD in the repo with the information. |
... | @@ -12,7 +12,7 @@ In particular, there should be a README.MD in the repo with the information. |
|
|
|
|
|
|
|
Example of README.MD
|
|
Example of README.MD
|
|
|
|
|
|
|
|
```
|
|
````
|
|
|
The title of the project
|
|
The title of the project
|
|
|
========================
|
|
========================
|
|
|
|
|
|
| ... | @@ -21,9 +21,9 @@ A short description of what the project is about. |
... | @@ -21,9 +21,9 @@ A short description of what the project is about. |
|
|
Installation instruction
|
|
Installation instruction
|
|
|
------------------------
|
|
------------------------
|
|
|
|
|
|
|
|
\```bash
|
|
```bash
|
|
|
pip install cool_library==1.2.3
|
|
pip install cool_library==1.2.3
|
|
|
\`\`\`
|
|
```
|
|
|
|
|
|
|
|
Files
|
|
Files
|
|
|
-----
|
|
-----
|
| ... | @@ -35,4 +35,4 @@ Running instruction |
... | @@ -35,4 +35,4 @@ Running instruction |
|
|
-------------------
|
|
-------------------
|
|
|
|
|
|
|
|
You can start the _inference.py_ script, and then open a web browser at [http://localhost:1020](http://localhost:1020) to run our application.
|
|
You can start the _inference.py_ script, and then open a web browser at [http://localhost:1020](http://localhost:1020) to run our application.
|
|
|
``` |
|
```` |
|
\ No newline at end of file |
|
\ No newline at end of file |