Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.0%) to scientific vocabulary

Keywords

artificial-intelligence image-recognition natural-hazards-modeling regional-simulations vulnerability-assessment
Last synced: 6 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 11
  • Open Issues: 0
  • Releases: 4
Topics
artificial-intelligence image-recognition natural-hazards-modeling regional-simulations vulnerability-assessment
Created almost 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

BRAILS++: Building Regional Asset Inventories for Large Scale Simulation

Tests DOI PyPi version PyPI download month

What is it?

BRAILS++ is an object-oriented framework for building applications that focus on generating asset inventories for large geographic regions.

How is the repo laid out?

  • brails: A directory containing the classes
    • brails/types: directory containing useful datatypes, e.g., ImageSet and AssetInventory
    • brails/processors: directory containing classes that do image_processing to make predictions, e.g. RoofShape
    • brails/scrapers: directory containing classes that do internet downloads, e.g., footprint and image scrapers.
    • brails/filters: directory containing image filters, e.g., classes that take images and revise or filter out unnecessary portions of images.
    • brails/imputers: directory containing classes that fill in missing AssetInventory datasets, i.e., filling in features that are missing in certain Assets of the AssetInventory.
    • brails/inferers: directory containing classes that infer new asset features based on existing features in the Assets of AssetInventory.
    • brails/utils: directory containing misc classes that do useful things, e.g. geometric conversions
  • examples: A directory containing example scripts and Jupyter notebooks
  • tests: A directory containing unit tests. The directory structure follows that of brails

Quick Links

Installation instructions

shell pip install brails

Acknowledgments

This work is based on material supported by the National Science Foundation under grants CMMI 1612843 and CMMI 2131111.

Contributors

Want to see who made this possible? Check out the full list of contributors here.

Contact

NHERI-SimCenter nheri-simcenter@berkeley.edu

Owner

  • Name: NHERI-SimCenter
  • Login: NHERI-SimCenter
  • Kind: organization

GitHub Events

Total
  • Release event: 1
  • Watch event: 5
  • Issue comment event: 5
  • Push event: 105
  • Pull request event: 142
  • Fork event: 5
  • Create event: 1
Last Year
  • Release event: 1
  • Watch event: 5
  • Issue comment event: 5
  • Push event: 105
  • Pull request event: 142
  • Fork event: 5
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 50
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.12
  • Merged pull requests: 41
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 50
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.12
  • Merged pull requests: 41
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bacetiner (1)
Pull Request Authors
  • bacetiner (75)
  • yisangriB (14)
  • Brian96086 (4)
  • jinyan1214 (2)
  • Noam-Elisha (1)
  • JustinBonus (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
brails/processors/year_built_classifier/requirements.txt pypi
  • Pillow *
  • argparse *
  • matplotlib *
  • numpy *
  • pandas *
  • python-csv *
  • scipy *
  • seaborn *
  • sklearn *
  • torch *
  • torchvision *
brails/processors/foundation_classifier/csail_segmentation_tool/csail_seg/requirements.txt pypi
  • numpy *
  • opencv3 *
  • pytorch =0.4.1
  • scipy *
  • torchvision *
  • tqdm *
  • yacs *
brails/processors/foundation_classifier/requirements.txt pypi
  • Pillow *
  • matplotlib *
  • numpy *
  • pandas *
  • scikit_learn *
  • scipy *
  • seaborn *
  • tensorboard *
  • torch *
  • torchvision *
  • tqdm *
  • yacs *
.github/workflows/runTests.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
setup.py pypi
  • Cython *
  • addict *
  • ftfy *
  • matplotlib *
  • opencv-python *
  • pandas *
  • pillow *
  • plotly *
  • pycocotools *
  • requests *
  • scikit-learn *
  • seaborn *
  • shapely *
  • supervision *
  • tensorboard *
  • tensorboardX *
  • timm *
  • torch *
  • torchvision *
  • transformers *
  • typing *
  • webcolors *
  • wget *
  • yacs *
  • yapf *