Visualize your ideas
- Make a new branch for each feature and create a pr
- Link the issues to your commit for better project overview
- Install git
- Install git lfs
- Command: git lfs install
- Install FFMPEG
- Virtual environment python
Add these commands to the beginning of your notebook to install all requirements and get the scripts in your google colabs
# clone our repo and install requirements in colab
%cd /content/
!rm -rf LSVD
!git clone https://github.com/davidg-h/LSVD.git
%cd LSVD
%pip install -r requirements.txt
!apt install ffmpegYou can also just pull our demo.ipynb into colab. It contains the complete code of the project