From c4fd05e87ecf43044477d27786f35fc544b1ea75 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 10 Mar 2020 09:06:27 +0300 Subject: [PATCH] requirements --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 078b3ea..a46dd3b 100644 --- a/README.md +++ b/README.md @@ -128,19 +128,7 @@ cd deepface pip install -e . ``` -Initial tests are run for Python 3.5.5 on Windows 10 but this is an OS-independent framework. Even though pip handles to install dependent libraries, the framework basically needs the following dependencies. You might need the following library requirements if you install the source code from github. - -``` -pip install numpy==1.14.0 -pip install pandas==0.23.4 -pip install matplotlib==2.2.2 -pip install gdown==3.10.1 -pip install opencv-python==3.4.4 -pip install tensorflow==1.9.0 -pip install keras==2.2.0 -pip install tqdm==4.30.0 -pip install Pillow==5.2.0 -``` +Initial tests are run for Python 3.5.5 on Windows 10 but this is an OS-independent framework. Even though pip handles to install dependent libraries, the framework basically needs the dependencies defined in the [requirements](https://github.com/serengil/deepface/blob/master/requirements.txt). You might need the specified library requirements if you install the source code from scratch. # Playlist