scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment issues and outdated python packages

aselarbd opened this issue · comments

Describe the bug
Currently, most of the dependencies and libraries are outdated. Therefore, there is a lot of mismatches and issues in application deployment.

To Reproduce
Steps to reproduce the behaviour:

  1. create a python 3 virtual environment how to set up virtual env
  2. activate the virtual environment source env/bin/activate
  3. run pip install -r requirements.txt

Expected behaviour
install every requirement to the virtual environment smoothly. But in the current case, it will give a lot of errors.

Screenshots

Desktop (please complete the following information):

Additional context
To fix the issue, dependencies and libraries need to update.