Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Anaconda di Windows #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# IoT 101 Image Processing
Belajar image processing menggunakan OpenCV dengan Bahasa Indonesia
# IoT 101 Image Processing
Belajar image processing menggunakan OpenCV dengan Bahasa Indonesia

# Cara Install Anaconda di Windows

**STEP 1** - Download & Install Anacondan Python Package
- Pergi ke https://www.anaconda.com/download/
- Pilih versi python 2.7 / 3.5 (workshop ini menggunakan 2.7)
- __TEST Windows__ - Buka CMD dan ketikkan :
- jupyter notebook

**STEP 2** - Download dan Install OpenCV
- Pergi ke: https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.13/
- Download versi terbaru dari opencv 2.4.13
- Jalankan dan Install opencv yang telah di download

**STEP 3**
- Cari file cv2.py
- file cv2 bisa dicari pada - C:\opencv\build\python\2.7\x64\

**STEP 4**
- Salin file __cv2.py__ ke Instalasi library dimana package anaconda di install

![Copy file cv2.py](./media/README/copy.png)
![Paste file cv2.py](./media/README/paste.png)

**STEP 5** - Verifikasi
![Verifikasi](./media/README/verifikasi1.png)
![Verifikasi](./media/README/verifikasi2.png)



1 change: 1 addition & 0 deletions Tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Setelah anda berhasil menginstall anaconda, secara otomatis Jupyter Notebook akan terinstall, tutorial IoT 101 Image Processing akan menggunakan Jupyter Notebook sebagai alat pembelajaran yang akan dilakukan
Binary file added media/README/copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/README/paste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions media/README/test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added media/README/verifikasi1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/README/verifikasi2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.