Skip to content

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

License

Notifications You must be signed in to change notification settings

chinya07/dlvenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages