How to Contribute
Guidelines for open source enthusiasts to contribute to our open-source data format.
How to Contribute to Activeloop Open-Source
Deep Lake relies on feedback and contributions from our wonderful community. Let's make it amazing with your help! Any and all contributions are appreciated, including code profiling, refactoring, and tests.
Providing Feedback
Getting Started With Development
git clone https://github.com/activeloopai/deeplake
cd deeplakeapt-get -y update
apt-get -y install git wget build-essential python-setuptools python3-dev libjpeg-dev libpng-dev zlib1g-dev
apt install build-essentialapt-get install -y ffmpeg libavcodec-dev libavformat-dev libswscale-devpip install -r deeplake/requirements/plugins.txt
pip install -r deeplake/requirements/tests.txt
pip install -e .