A knowledge, modeling and simulation ecosystem.
Welcome to the knowledge-modeling-simulation ecosystem built for researchers.
Empowered with the AI approaches and tools needed for the agile creation, sustainment, an enhancement of complex models and simulators that inform decision-making in diverse missions and scientific domains.
Evaluate and contribute to an accelerating scientific landscape.
This application was built for DARPA’s Automating Scientific Knowledge Extraction and Modeling (ASKEM) program to support the demands of complex, modern-day computational models and simulations.
Follow these steps to get Terarium up and running on your local development environment:
git clone <your-repo-url>
cd <your-repo-name>/deploy
Inside the deploy
folder:
- Copy the environment template file:
cp .env_template .env
- Open the
.env
file in your preferred editor and add your OpenAI API key where indicated.
To ensure the application can resolve the correct hostnames, you may need to add the following line to your /etc/hosts
file (Linux/Mac) or C:\Windows\System32\drivers\etc\hosts
(Windows):
127.0.0.1 keycloak
127.0.0.1 minio
Run the following command from the deploy
folder:
docker compose up -d
This will start all required system components in the background.
Once the containers are running, navigate to: http://localhost:8080 in your web browser.
You can log in using either of the following user accounts:
Username | Password | Role |
---|---|---|
adam | admin123 | Admin |
ursula | user123 | User |
To understand how to use the tool, check out the Help Documentation available within the app.