Git Product home page Git Product logo

flask-server's Introduction

Lobe

Lobe is an easy-to-use tool that helps you train machine learning models on your own computer, for free, without any prior experience required. It runs locally on both Mac and PC, and you can ship your model to any platform you choose.

Download it for free to get started on your machine learning model today.

Machine Learning Made Easy

Lobe takes a new humane approach to machine learning by putting your images in the foreground and receding to the background, serving as the main bridge between your ideas and your machine learning model.

Lobe also simplifies the process of machine learning into three easy steps. Collect and label your images. Train and understand your results. Then play with your model and improve it.

image

flask-server's People

Contributors

billba avatar garimasarangal avatar mbeissinger avatar palindromed avatar ramongilabert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

flask-server's Issues

AttributeError: 'TFModel' object has no attribute 'model_dir'

There is a path error in the latest version.

The error:

Traceback (most recent call last):
  File "app.py", line 18, in <module>
    TF_MODEL = TFModel(ASSETS_PATH)
  File "/Users/ada/Desktop/Dev/capstone/flask-server/tf_model_helper.py", line 41, in __init__
    self.model = tf.saved_model.load(tags=self.signature.get("tags"), export_dir=self.model_dir)
AttributeError: 'TFModel' object has no attribute 'model_dir'

To solve
Line 41 in tf_model_helper.py should be:
self.model = tf.saved_model.load(tags=self.signature.get("tags"), export_dir=self.model_path)

Which leads to another issue in tf_model_help.py:
remove fetches from params of process_output() function.

I would also recommend:
In app.py turn Debug mode to False. Else it seems to restart the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.