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.
- Host: GitHub
- URL: https://github.com/alexandrelamarre/aitegral-model
- Owner: alexandreLamarre
- License: apache-2.0
- Created: 2021-06-06T23:37:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T23:51:25.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:08:29.475Z (9 months ago)
- Language: Perl
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
