Skip to content

Tensorflow and Keras based python deep learning package that provides all basic implementations for popular deep learning and machine learning algorithms.

License

Notifications You must be signed in to change notification settings

theroyakash/dlf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLF (Deep Learning as a Framework)

DLF is a Easy to use library to get started with deep learning development. You don't need to implement popular models like ResNet, ResUNet, simple classification models, YOLO object detection models, loss functions like huber loss, contrastive loss, YOLO loss and many more.

Docs

We have an extensive documentation. You can find it here: dlfdocs.iamroyakash.com

Dependencies

Built on top of Keras and tensorflow, this library provides optimized implementations for popular deep learning models and losses and other utility functions.

Installation

We have not deployed the framework yet on PyPI, we are on the track to do so in couple of months. PyPI enables us to deploy the framework worldwide and provides a easier installation on fresh machines.

  • First download/clone this repo like git clone https://github.com/theroyakash/dlf.git
  • Now uninstall if any previous version installed pip3 uninstall dlf
  • Now install fresh on your machine pip3 install -e dlf

Alternate installation

This is easier to install this way but a bit slower in the installation time.

pip3 uninstall dlf  # If there any previous version installed
pip3 install https://github.com/theroyakash/dlf/tarball/main

About

Tensorflow and Keras based python deep learning package that provides all basic implementations for popular deep learning and machine learning algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages