From d20c4fcdbb11f87448d54ddd97ca5e667782130a Mon Sep 17 00:00:00 2001 From: karie <25291562+kariemoorman@users.noreply.github.com> Date: Thu, 16 May 2024 11:22:42 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9622fc8..2d99c85 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Search & download Tiktok videos by username and/or video tag, and analyze video - Web Scraping: [Pyppeteer](https://pyppeteer.github.io/pyppeteer/), [Selenium](https://www.selenium.dev/) - Transcription: [OpenAI Whisper](https://openai.com/research/whisper) - NLP: [SpaCy](https://spacy.io/), [NLTK](https://www.nltk.org/) -- CV: [OpenCV](https://opencv.org/) +- CV: [OpenCV](https://opencv.org/), [face-recognition](https://pypi.org/project/face-recognition/) --- @@ -55,6 +55,10 @@ pip install -r requirements.txt - Install ffmpeg brew install ffmpeg + +- Install face-recognition +cd face_recognition-1.3.0 +python setup.py install ``` - Execute `tiktok-analyzer` program.