Commit 83a10457 authored by Darshan Prabhu's avatar Darshan Prabhu

Update readme.md

parent cff0724e
...@@ -9,3 +9,12 @@ The project mainly focuses on easy `visualization` and `understanding` of the co ...@@ -9,3 +9,12 @@ The project mainly focuses on easy `visualization` and `understanding` of the co
2. Flower Recognition 2. Flower Recognition
3. Cat Dog Classification 3. Cat Dog Classification
4. Pretrained VGG19 Model 4. Pretrained VGG19 Model
## Steps to run the project successfully
1. `** STEP 1 **` : Creating a virtual environment
- > Go to the downloaded directory
- > pip install virtualenv
- > python3 -m venv `<env_name>`
- > source `<env_name>/bin/activate`
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment