chinya07 / dlvenv

dlvenv is pypi package helps you to setup an environment for Deep Learning in a single line of code with all dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code is referred from https://github.com/ashishpatel26/datascienv

Deep Learning Environment Setup in single line

This package helps to setup your Deep Learning environment in single line.

Developed by Chinmaya Kaundanya(c) 2021.

dlvenv

dlvenv is a python package offering a single line Deep Learning Environment setup.

Installation


Dependencies

dlvenv is tested to work under Python 3.7+ and greater. The dependency requirements are based on the dlvenv package update release:

Installation

  • dlvenv is currently available on the test PyPi's repository and you can install it via pip:
pip install -i https://test.pypi.org/simple/ dlvenv
  • If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from GitHub and install all dependencies:
git clone https://github.com/chinya07/dlvenv.git
cd dlvenv
pip install .
  • Or install using pip and GitHub:
pip install -U git+https://github.com/chinya07/dlvenv.git

About

dlvenv is pypi package helps you to setup an environment for Deep Learning in a single line of code with all dependencies.

License:MIT License


Languages

Language:Python 100.0%