yasser1412 / CV-Tasks-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filtering & Edge Detection

This is a python script for image processing.



Setting Up the Environment

  1. Clone the repo

    • HTTPS
      git clone https://github.com/HassanFathi100/CV-Tasks.git
  2. Navigate to the created directory

    • cd CV-Tasks
  3. Install Virtualenv (Optional)

    ```sh
    pip install virtualenv
    ```
    
  4. Create a Virtual Environment (Optional)

    ```sh
    python -m venv env
    ```
    
  5. Activate the virtual environment

    • using CMD
      .\env\Scripts\activate
    • using PowerShell
      .\env\Scripts\Activate.ps1
    • using Bash
      source env/bin/activate
  6. Install the requirements and dependancies

    pip install -r requirements.txt
  7. Run the application

    python main.py

Our Team


Team #1

About


Languages

Language:Jupyter Notebook 56.6%Language:Python 43.4%