8000 GitHub - N4G1/image-processing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

N4G1/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Install or update python

  • if you don't have python installed, follow this link
  • if you do have python installed, check your python version
    • open your terminal and run python3 --version
    • update python if the version is < 3.9, update link

(optional but recommended)

  • create virtual environment. what is a virtual environment?
  • run this command python3 -m venv /path/to/new/virtual/environment
  • activate your venv
    • Mac/Linux: source path/to/your/venv/bin/activate
    • Windows: <environment-name>\Scripts\activate, troubleshooting

Installation

  • clone this repository
  • if you have created venv, activate it now
  • open your terminal and run pip install -r requirements.txt
  • after the installation run pip freeze, output should look something like this:
contourpy==1.1.0
cycler==0.11.0
fonttools==4.42.0
imageio==2.31.1
kiwisolver==1.4.4
matplotlib==3.7.2
numpy==1.25.2
packaging==23.1
Pillow==10.0.0
pyparsing==3.0.9
PyQt5==5.15.9
PyQt5-Qt5==5.15.2
PyQt5-sip==12.12.2
python-dateutil==2.8.2
scipy==1.11.1
six==1.16.0

Run the program

  • cd into ẁorkshop-1 directory: cd workshop-1
  • run main.py script: python3 main.py
  • you should get the following output:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0