Skip to content

Examples for Image Processing course, INT3404 2021-2022

License

Notifications You must be signed in to change notification settings

danghoanguet/int3404

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

int3404

Examples for Image Processing course, INT3404 2021-2022

Install dependencies

  • Khởi tạo một môi trường ảo, nếu lệnh này bị lỗi bạn phải cài đặt virtualenv (python3 -m pip install --user virtualenv)

    python3 -m venv venv

  • Load môi trường ảo

    source venv/bin/activate

  • Cài đặt các thư viện được liệt kê trong requirements.txt

    pip install -r requirements.txt

Sử dụng lệnh jupyter notebook để chạy chương trình python với giao diện web, tương tự Gogole Colab hoặc Kaggle

About

Examples for Image Processing course, INT3404 2021-2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%