theroyakash / dlf

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

Home Page:https://dlfdocs.iamroyakash.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://dlfdocs.iamroyakash.com

License:MIT License


Languages

Language:Python 100.0%