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

Update readme.md

parent cff0724e
...@@ -8,4 +8,13 @@ The project mainly focuses on easy `visualization` and `understanding` of the co ...@@ -8,4 +8,13 @@ The project mainly focuses on easy `visualization` and `understanding` of the co
1. Mnist Digit Recognition 1. Mnist Digit Recognition
2. Flower Recognition 2. Flower Recognition
3. Cat Dog Classification 3. Cat Dog Classification
4. Pretrained VGG19 Model 4. Pretrained VGG19 Model
\ No newline at end of file
## 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