Skip to content

buithanhdam/computer-vision-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computer-vision-handbook

Installation

Follow these steps to set up the project:

1. Clone the Repository

git clone https://github.com/buithanhdam/computer-vision-handbook.git
cd computer-vision-handbook

2. Set Up Virtual Environment

Choose the appropriate command based on your operating system:

For Unix/macOS:

python3 -m venv venv
source venv/bin/activate

For Windows:

python -m venv venv
.\venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published