Giter Club home page Giter Club logo

computer-vision-with-python's Introduction

Computer Vision With Python

Belajar Computer Vision menggunakan Python

Prerequisites

  • Pernah menggunakan Python, R, Java, Matlab, bahasa pemrograman lainnya atau bahkan Excel (I'm not a Python geek), setidaknya anda pernah membuat Fibonacci Sequence dengannya, yang sudah termasuk didalamnya Logical and Structured Thinking
  • Memahami konsep sederhana Data structure
  • Memahami konsep sederhana Aljabar linear

Pemasangan (Installation) dan Penggunaan Pertama

Silahkan download Anaconda. Install sesuai dengan sistem operasi masing - masing. Setelah itu clone / download repositori ini ke folder anda inginkan.

Menggunakan Anaconda Navigator

  • MacOS dan Linux:
    • Buka terminal, kemudian ketik
$ anaconda-navigator
  • Windows:
    • Buka launcher windows, kemudian pilih program Anaconda Navigator

Tampilan Anaconda Navigator akan seperti ini.

Anaconda Navigator

Silahkan launch jupyter lab / jupyter notebook kemudian navigasi ke folder yang telah anda simpan.

Menggunakan Terminal atau Anaconda Prompt

  • MacOS dan Linux:
    • Buka terminal, kemudian ketik
$ jupyter-lab

atau

$ jupyter notebook
  • Windows:
    • Buka Anaconda Prompt, kemudian ketik
C:\> jupyter-lab    

atau

C:\> jupyter notebook   

Kemudian navigasi ke folder yang telah anda simpan.

Library Python yang digunakan

Silakan lihat requirements.txt.

Tampilan Jupyter-lab

jupyter-notebook

Tampilan Jupyter Notebook

jupyter-notebook

Dataset

Inspirasi

Materi repositori ini terinspirasi dari beberapa repository pembelajaran Computer Vision dan Image Processing.

Lisensi

Didistribusikan menggunakan lisensi MIT. Silahkan melihat LICENSE untuk lebih lanjut

Kontribusi

  1. Silahkan di Fork
  2. Buat branch baru (git checkout -b feature/baz)
  3. Silahkan isi nama anda beserta tautan github anda di CONTRIBUTORS.md
  4. Commit perubahan yang ada(git commit -am 'Add some baz')
  5. Push pada branch yang sudah ada (git push origin feature/baz)
  6. Buat sebuah Pull Request baru

computer-vision-with-python's People

Contributors

rezayoga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.