Package for CV tasks
Project description
Deep Draken
Deep Draken aims to provide a framework for developing Deep Learning Models in Image Domain. It currently supports Pytorch and have implementations for image generation algorithems like:
- GAN
- CGAN
- WGAN
- WGANGP
Installation
1. Basic Installation
You can install DeepDraken's latest release by using pip. The command is as follows:
pip3 install deepdraken
The experimental features have tensorflow dependencies and needs to be installed seperately.
pip install tensorflow>=2.0.0
pip install tensorflow-hub==0.12.0
2. Installation from Source
If you plan to be using more advanced features that currently not available in the python library, you need to install a DeepDraken from github. The following command will install the latest version of DeepDraken from the main branch.
git clone https://github.com/DevavratSinghBisht/deepdraken.git
pip install --upgrade pip
cd deepdraken
pip install ./
3. Learn More
You can find out more about our PyPi package on our PyPi page.
Tutorials
Tutorials will be added soon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepdraken-0.0.1.tar.gz.
File metadata
- Download URL: deepdraken-0.0.1.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502e229e41277fc213c80a4f19b86a9896fe9b4a3d6d22a38eaedaf810a21c5a
|
|
| MD5 |
2cf3212489a006c783673ef5e20fa7c6
|
|
| BLAKE2b-256 |
062ce5ba016647777340b71d22d25012bb5e09df37b33be64a6b5ae91528d8cb
|
File details
Details for the file deepdraken-0.0.1-py3-none-any.whl.
File metadata
- Download URL: deepdraken-0.0.1-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
749188e87542551f4b33a24226131e5a72cfeaacf996f963d344d104f97ee101
|
|
| MD5 |
c17c41f31ec7fb7abf4c90429c086c57
|
|
| BLAKE2b-256 |
17f28cd1e69bf1daa0475b15d1359e93211915119937cedd76e89fdb598a18b9
|