Giter Site home page Giter Site logo

huseinzol05 / gather-deployment Goto Github PK

View Code? Open in Web Editor NEW
350.0 28.0 99.0 149.21 MB

Gathers Python deployment, infrastructure and practices.

License: MIT License

Python 12.79% CSS 0.15% JavaScript 0.39% HTML 0.27% Jupyter Notebook 85.21% Shell 0.36% Dockerfile 0.82% Clojure 0.01% HiveQL 0.01%
tensorflow airflow docker python docker-compose kafka pyflink pyspark

gather-deployment's People

Contributors

huseinzol05 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

gather-deployment's Issues

Livestream not showing any object detection

Hi, I have run the app.py from flasksocketio-object-detection folder.
The livestream dashboard just show black screen, no object detection, but my camera from laptop
has open. Can you help me?

Some issues

Hello,

Is there a way to discuss for listing
the issues.

Thansk

print() is a function in Python 3

flake8 testing of https://github.com/huseinzol05/Gather-Tensorflow-Serving on Python 3.7.1

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./4.classification-flask-gunicorn/two-graph/model_nn.py:11:76: F821 undefined name 'xrange'
        self.rnn_cells = tf.nn.rnn_cell.MultiRNNCell([lstm_cell() for _ in xrange(num_layers)])
                                                                           ^
./4.classification-flask-gunicorn/two-graph/train.py:17:36: E999 SyntaxError: invalid syntax
    print "done load embedded files"
                                   ^
./4.classification-flask-gunicorn/two-graph/word2vec.py:110:23: E999 SyntaxError: invalid syntax
    print "Data size: " + str(len(words_real))
                      ^
./4.classification-flask-gunicorn/two-graph/server.py:58:46: E999 SyntaxError: invalid syntax
    print "done load sentiment embedded files"
                                             ^
3     E999 SyntaxError: invalid syntax
1     F821 undefined name 'xrange'
4

E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.

  • F821: undefined name name
  • F822: undefined name name in __all__
  • F823: local variable name referenced before assignment
  • E901: SyntaxError or IndentationError
  • E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree

Requirements.txt

Please provide requirements.txt for the dependencies. Thank you in advance.

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.