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.
Apache License 2.0
50 stars 85 forks source link

Many errors while running the tensormap-server. Readme.md needs to be fixed #156

Open kunalbhatia18 opened 3 years ago

kunalbhatia18 commented 3 years ago

Describe the bug Many dependencies are not able installed via the command 'pip install -r requirements.txt'.

To Reproduce Steps to reproduce the behavior:

  1. Go to your 'terminal'
  2. clone the project and cd to tensormap-server
  3. run cmd 'pip install -r rquirements.txt'
  4. Most probably you will see error here but if not after creating the database as in readme file, you will definitely see an error while running python run.py

Expected behavior These errors should not be occuring Screenshots

Screenshot 2021-03-31 at 5 10 21 PM

Desktop (please complete the following information):

priyansh2003 commented 1 year ago

I am also getting a similar error! Can any mentor help?