Code Monkey home page Code Monkey logo

dataset-reviewer's Introduction

Env Installation

Option 1. Run with docker + k8s

cd ServiceSet
docker build -t docker_account/service-set:0.1 ./ --no-cache
docker run -it --name service-set -p 9216:8080  quzicheng/service-set:0.1

Option 2. Install the env and start the service locally

cd ServiceSet
sudo apt update
pip3 install -r requirements.txt # Based on Python 3.8.0
python3 app.py

If this error occurs ImportError: cannot import name 'cached_property' from 'werkzeug', please import cached_property in werkzeug.

Add the import in werkzeug/__init__.py as followings:

werkzeug

werkzeug

# This path depends on the actually path of your file, please check the prompt in the ImportError.
vim /absolute_path/werkzeug/__init__.py
from werkzeug.utils import cached_property
# general path reference for werkzeug/__init__.py
The file path on CentOS:/usr/local/lib/python3.8/site-packages/werkzeug/__init__.py
The file path on Unbutu:/usr/local/lib/python3.8/dist-packages/werkzeug/__init__.py
The file path on MacOS:/usr/local/lib/python3.8/site-packages/werkzeug/__init__.py

The architecture for the OpenDataology backend.

hierarchical architecture

The main development language is Python3.8.0,based on Linux, with Flask and MySQL adopted.

dataset-reviewer's People

Contributors

li-clement avatar san5167 avatar zichengqu avatar

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.