Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
peirong26
/
BrainFM
like
2
English
arxiv:
2509.00549
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
BrainFM
/
setup.py
peirong26
Upload 187 files
2571f24
verified
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
142 Bytes
from
setuptools
import
setup, find_packages
# run it: python setup.py install
setup(name=
'Brain-ID'
, version=
'1.0'
, packages=find_packages())