Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kariemoorman authored May 16, 2024
1 parent c762c66 commit d20c4fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

---

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d20c4fc

Please sign in to comment.