Skip to content

Commit

Permalink
Cm fix readme img path (#68)
Browse files Browse the repository at this point in the history
* fixed readme image paths

* updated version number
  • Loading branch information
Chris McGreavy authored Nov 15, 2022
1 parent 9bd6b82 commit 96c6d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Virtual Artificially Intelligent Laboratories (VAI-Lab)

![AIDBANNER](./imgs/VAIL_banner_image.png)
![AIDBANNER](https://raw.githubusercontent.com/AaltoPML/VAI-Lab/main/imgs/VAIL_banner_image.png)

VAI-Lab is a modular, easy-to-use framework for Virtual Laboraties for science and design, where Artifical Intelligence assists the user in their goals.

Expand Down Expand Up @@ -192,7 +192,7 @@ core.run()

The VAIL module allows to define a pipeline and the relations within by drawing a flowchart on a canvas. This canvas always starts with an `initialiser` module and an `output` module and allows to define any number of modules between these two. To do so, the user needs to define the modules and the relations between them.

![PipelineLoop](./imgs/VAIL_GUI_screenshot.png)
![PipelineLoop](https://github.com/AaltoPML/VAI-Lab/blob/main/imgs/VAIL_GUI_screenshot.png?raw=true)

### Modules
At this moment, there are 7 possible modules for VAIL. `initialiser` and `output` are compulsory for the pipeline, the rest of them can be freely placed in the canvas. These are:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
'Programming Language :: Python :: 3.11'
]
requires-python = ">=3.8"
version = "0.0.dev1"
version = "0.0.dev3"
description = "AI assisted Virtual Laboratory framework."

dependencies = [
Expand Down

0 comments on commit 96c6d09

Please sign in to comment.