Skip to content

Commit

Permalink
Updated the ReadMe file
Browse files Browse the repository at this point in the history
Added the Google colab Step 1
  • Loading branch information
abhijitjadhav1998 authored Sep 20, 2020
1 parent 7fe0080 commit 9baaf20
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,27 @@ pip install -r requirements.txt
python app.py
```

### Using [Google Colab](https://colab.research.google.com/)
1. Clone the repository using either of the below mentioned way:
- Using Command:
- Create a new Notebook in Colab and in the cell execute the below command.

```
! git clone https://github.com/experience-ml/cartoonize.git
```
**Note:** Don't forget to add `!` at the beginning of the command
- From Colab User Interface
```
Open Colab
└── File
└── Open Notebook
└── Github
└── paste the Url of the repository
```
2.
## Sample Image and Video
### Emma Watson Cartoonized
Expand Down

0 comments on commit 9baaf20

Please sign in to comment.