What is the project about?
IPFS (InterPlanetary File System) is a protocol and network designed to create a content-addressable, peer-to-peer method of storing and sharing hypermedia in a distributed file system.
With distributed nodes, you can upload your video and audio files very quickly.
New update:
Download IPFS => https://ipfs.io/docs/install/
Start an IPFS node with your CLI;
ipfs init
ipfs daemon
It will start working at localhost:8080

git clone https://github.com/avnigenc/ipfs.uploder.git
cd ipfs.uploder
python app.py
It will start working at localhost:5000

Now you can upload photos, videos and sounds to your local IPFS node.
The request will return a Hash. You can find the image file at.
You can see the link on the page that is navigated after you upload the photo.

or
You can contribute on github.