Giter Club home page Giter Club logo

ecolution-analytics-app's Introduction

Ecolution Operational Analytics

Table of Content

Used APIs

Used Visualization Libraries

Prerequisites

Python 3.9 or higher is installed on your machine.

Check the Python version

python3 --version

You can download it from the official website: https://www.python.org/downloads/.

sudo apt-get install python3
python3 --version

Installation

1. Clone the repository

To get started, clone the project repository to your local machine:

  git https://github.com/rogerxlk/ecolution-analytics.git

2. Install dependencies with pip

This project requires some dependencies to be installed. If you don't have pip installed, download the latest version, and then run the following command:

  curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
python3 get-pip.py

After installing pip, use the following command to install the project's dependencies in your repo directory (cd REPO_DIRECTORY):

  • macOs/Linus:
    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  • windows:
      python -m venv venv
    .\venv\Scripts\activate
    pip install -r requirements.txt

3. Set up pre-commit hooks

To run pre-commit automatically before each commit, set up the pre-commit hooks by running the following command in your repo directory (cd REPO_DIRECTORY):

pre-commit install

pip Commands

This project uses pip to manage its dependencies. Use the following command to add new libraries to requirements.txt:

pip freeze > requirements.txt

Support

If you encounter any issues or have any questions about this project, please feel free to open an issue in this repository.

License

This project is confidential and proprietary to Ecolution Engineering GmbH. This license is granted solely for internal use by authorized employees. Any external use, disclosure, distribution or reproduction of the project or any portion thereof is strictly prohibited.

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.