https://drive.google.com/drive/folders/11ub6nYI4LiE4_h7YukXsfimoeGzcWq6V?usp=sharing
- To setup Redis. see https://redis.io/docs/install/install-redis/ or https://redis.io/docs/install/install-stack/docker/
- Install FFmpeg, see https://ffmpeg.org/download.html
- Use anaconda or miniconda to make pytorch installation easier.
- Create a new environment
- Install poetry with
pip install poetry
- Go to the
src
directory - Run
poetry install
- manually install tensorflow with
pip install tensorflow
- Configure the .env files for the folders
api
,audio_detection
,image_detection
,motion_detection
,stream_downloader
,stream_ranker
,video_data_extractor
,video_streamer
- Start all the separate services.