stefanches7 commited on
Commit
f17190c
·
1 Parent(s): 1175e23

added HF Spaces YAML, reqs gradio

Browse files
Files changed (2) hide show
  1. README.md +11 -0
  2. requirements.txt +1 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Open Data BIDSifier: LLM-based BIDSifier and metadata harmonization for non-BIDS datasets
2
 
3
  This is the repository for an exploratory project Open Data BIDSifier, inspired by the accelerating progress of LLMs and their potential to automate format conversion for multi-study neuroimaging and clinical datasets.
 
1
+ ---
2
+ title: OpenBIDSifier - convert Neuroimaging metadata and folder structure to BIDS format.
3
+ emoji: 🗃️
4
+ colorFrom: pink
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "5.49.1"
8
+ app_file: gradio-ui.py
9
+ pinned: false
10
+ ---
11
+
12
  # Open Data BIDSifier: LLM-based BIDSifier and metadata harmonization for non-BIDS datasets
13
 
14
  This is the repository for an exploratory project Open Data BIDSifier, inspired by the accelerating progress of LLMs and their potential to automate format conversion for multi-study neuroimaging and clinical datasets.
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  openai>=1.52.0
2
  python-dotenv>=1.0.1
3
  dspy
 
 
1
  openai>=1.52.0
2
  python-dotenv>=1.0.1
3
  dspy
4
+ gradio>=5.49.1