An open API service indexing awesome lists of open source software.

https://github.com/alexandrelamarre/aitegral-model

Repository for all code related to training a model that computes symbolic integrals.
https://github.com/alexandrelamarre/aitegral-model

Last synced: 8 months ago
JSON representation

Repository for all code related to training a model that computes symbolic integrals.

Awesome Lists containing this project

README

          

# AItegral-model
Repository for all code related to training a model that computes symbolic integrals.

## Setting up the local Dev environment

- Install docker on your CLI/host machine
- Check docker is installed by running `docker`
- Run `docker build -t .`, to build the docker image
- Then run `docker run -it --rm --name `

Note: `` and `` can be anything you want, as they are local names.

The above creates a local working container, which will not save outputs to files you run the perl modules / jupyter notebook on your host machine. It should only be used as a data querying container for the upcoming Node.js data vis/debug server.

# Data Pipeline Design
![](data/DataPipeline.png)