Welcome to OmnAIView ! Let's get started !
OmnAIView is a modular Open Source frontend application to receive, display, analyse and save time series data from different backends.
The goal of OmnAIView is to create an easy process to get the information you need from the data you have.
The most people dont measure something just to see numbers. They measure because they want information about the data. The process to get this information is hard. Often you need to know how the scientific environment behind your data works. Or need to implement your own algorithmn to analyse the data. Or worse : calculate it yourself.
We want to make this better !
- OmnAIView does not only display data from our devices. OmnAIView will support different interfaces for devices, so you can display your data from your device in the software.
- OmnAIView will support REST API. You can connect your analysis to the frontend and analyse data via a button click.
- OmnAIView will support its own analysis. You dont know how your scientific background works or need a simple mathematical analysis -> it is only one button click away.
We are very happy about contributions. If you want to contribute just follow the steps in the CONTRIBUTIONS.md . We will review your contribution as fast as possible.
The Code is documented with compodoc Compodoc. To see the documentation follow these steps:
- Clone the project
- Run
npm ciin the root directory of the project - Navigate into the angular folder
- Run ´´´ npm run compodoc:build-and-serve ´´´ in your console
- Open the documentation with the link compodoc generates
The project currently contains two separat parts: An angular app and an electron app in which the angular app runs.
- Create a fork of the repository to your own github account.
- Clone the forked repository to your local machine:
git clone git@github.com:AI-Gruppe/OmnAIView.git cd OmnAIView
Navigate inside the angular-frontend folder:
cd angular-frontend
Install needed packages :
npm install
npm ci
To start a local development server run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
To build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
The project was generated using angular v19.1.4.
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
Navigate inside the angular-frontend folder:
cd angular-frontend
To build the project run:
ng buildcd ../electron/
To start a local development application run:
npm start
To build the project run :
npm run make
The output is an installer for the application in : electron/out/make/squirrel.windows/x64/ for windows
OmnAIView is using different data sources. Some are started externally from the application, while others are started together with the application.
To receive data from locally connected OmnAIScopes, the OmnAIScope Dataserver is integrated into the frontend as an autostart component. Version : v0.4.0 Github repository: https://github.com/AI-Gruppe/OmnAIScope-DataServer
If some information is missing please create an issue in this repository. We will try to answer your question as fast as possible.