Giter VIP home page Giter VIP logo

iris_predictor_web_app's Introduction

Iris Predictor with Deep Learning | Web App

iris_predictor_web_app's People

Contributors

furkan-gulsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iris_predictor_web_app's Issues

what i missing here?

apt install git python3-pip
pip install streamlit


git clone https://github.com/Furkan-Gulsen/iris_predictor_web_app.git
cd iris_predictor_web_app
pip install joblib wtforms flask_wtf tensorflow sklearn scikit-learn
streamlit run app.py

show this error

ModuleNotFoundError: No module named 'sklearn.preprocessing.data'
Traceback:
File "/usr/local/lib/python3.8/dist-packages/streamlit/script_runner.py", line 338, in _run_script
    exec(code, module.__dict__)
File "/root/iris_predictor_web_app/app.py", line 31, in <module>
    flower_scaler = joblib.load("iris_scaler.pkl")
File "/usr/local/lib/python3.8/dist-packages/joblib/numpy_pickle.py", line 585, in load
    obj = _unpickle(fobj, filename, mmap_mode)
File "/usr/local/lib/python3.8/dist-packages/joblib/numpy_pickle.py", line 504, in _unpickle
    obj = unpickler.load()
File "/usr/lib/python3.8/pickle.py", line 1210, in load
    dispatch[key[0]](self)
File "/usr/lib/python3.8/pickle.py", line 1526, in load_global
    klass = self.find_class(module, name)
File "/usr/lib/python3.8/pickle.py", line 1577, in find_class
    __import__(module, level=0)

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.