Skip to content

Commit

Permalink
Merge pull request #28 from balnarendrasapa:dev-f
Browse files Browse the repository at this point in the history
Add deployment files
  • Loading branch information
balnarendrasapa authored Dec 15, 2023
2 parents 7d65262 + 5161104 commit 55279dc
Show file tree
Hide file tree
Showing 8 changed files with 3,740 additions and 0 deletions.
Binary file not shown.
1,568 changes: 1,568 additions & 0 deletions submissions/Final Submission/Data Collection and Preprocessing/Update_1.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Deployment

## Docker-Compose
There is a docker image available with this repository. that is road-detection.
git clone this repo. and cd into deployment and run docker-compose up.
open http://localhost:7860/ in you browser to see the app

## Docker
you can run the following command. This will download the image and deploy it. open http://localhost:7860/ in you browser to see the app.

"docker run -p 7860:7860 -e SHARE=True ghcr.io/balnarendrasapa/road-detection:latest"

## Python Virtual Environment
cd into deployment directory. and run "python -m venv .venv" to create a virtual environment.
run "pip install -r requirements.txt"
run "python app.py"
open http://localhost:7860/ in you browser to see the app

[Youtube Presentation](https://youtu.be/bnyA-d6lZi8)
2,153 changes: 2,153 additions & 0 deletions submissions/Final Submission/Transfer Learning and Deployment/Update_2.ipynb

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 55279dc

Please sign in to comment.