Skip to content

The repository intented for passing "Intelegence calculation technologies"

Notifications You must be signed in to change notification settings

SanchezRI/FactoryAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factory Analysis

This repository is intended for the demonstration and submission of the exam for the course 'Technologies of Intelligent Computing'.

It was completed by students of group 5011: Ivan Bulatnikov, Danila Pashkov, Matvey Klevtsov, Daniil Khvatov, Maxim Golubev."

Repository owner: Maxim Golubev, a.k.a SanchezRI, a.k.a campaigner1


Prerequirements

  • Python => 3.12
  • Data from Anilogic model (/data/data_model.xlsx)

Installation

Check python's version and go to Project Directory

bash
python3 --version
cd /path/to/your/project
python3 -m venv venv

Start env for Linux-based systems:

bash
source venv/bin/activate

Start env for Windows:

bash
.\venv\Scripts\activate

Install required packets:

bash
pip install -r requirements.txt

Usage

bash
python main.py /output/directory/path

Screenshots of usage

img.png img.png


Gallery

Predicted and actual time graphics. Correlation data from List1: img.png img.png

About

The repository intented for passing "Intelegence calculation technologies"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published