Skip to content

Commit b32c61a

Browse files
author
SM_SAYEED
committed
Dataset added
1 parent fba528a commit b32c61a

File tree

13 files changed

+153886
-0
lines changed

13 files changed

+153886
-0
lines changed

.github/workflows/fly.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Deploy to Fly.io
2+
3+
on:
4+
push:
5+
branches:
6+
- main # Change to 'master' if your repo uses that
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout code
14+
uses: actions/checkout@v3
15+
16+
- name: Set up Fly CLI
17+
uses: superfly/flyctl-actions/setup-flyctl@master
18+
19+
- name: Deploy app to Fly
20+
run: flyctl deploy --remote-only
21+
env:
22+
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

.gitignore

Whitespace-only changes.
File renamed without changes.

fly.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# fly.toml app configuration file generated for patterns-matter on 2025-07-28T11:37:29+02:00
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = 'patterns-matter'
7+
primary_region = 'ams'
8+
9+
[http_service]
10+
internal_port = 8080
11+
force_https = true
12+
auto_stop_machines = 'stop'
13+
auto_start_machines = true
14+
min_machines_running = 0
15+
processes = ['app']
16+
17+
[[vm]]
18+
memory = '1gb'
19+
cpu_kind = 'shared'
20+
cpus = 1

uploads/formation_energy/dataset/Formation Energy Data.csv

Lines changed: 135632 additions & 0 deletions
Large diffs are not rendered by default.

uploads/formation_energy/dataset/model_data_all_featurized_curated.csv

Lines changed: 4479 additions & 0 deletions
Large diffs are not rendered by default.
209 KB
Loading
244 KB
Loading

uploads/melting_point/dataset/melting_point_output.csv

Lines changed: 3042 additions & 0 deletions
Large diffs are not rendered by default.
43.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)