Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: FNNDSC
  • Language: Python
  • Default Branch: master
  • Size: 10.7 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing Code of conduct Citation Security

README.adoc

= WHAM: Web-based Holistic AI Manager

WHAM is a FastAPI-based web application for managing AI models, tasks, and users. This project includes a MongoDB backend, RESTful APIs, and service layers for scalable deployments.

== Features
- User Management
- Task and AI Model Management
- RESTful APIs with versioning
- MongoDB integration using pfmongo
- Dockerized deployment

== Installation and Usage
Refer to the link below for detailed setup and usage instructions:
link:HOWTORUN.adoc[How to Run the WHAM Server Locally]

== Contributing
We welcome contributions! Please see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] for guidelines.

== License
This project is licensed under the MIT License.

== Acknowledgements
This project is developed and maintained by Rudolph Pienaar and contributors.

Owner

  • Name: FNNDSC / BCH
  • Login: FNNDSC
  • Kind: organization
  • Email: dev@babyMRI.org
  • Location: Boston, MA

Fetal-Neonatal Neuroimaging Developmental Science Center

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use WHAM, please cite it as below."
authors:
  - family-names: "Pienaar"
    given-names: "Rudolph"
title: "WHAM: Web-based Holistic AI Manager"
version: "0.1.0"
date-released: "2024-12-05"

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/docker-publish.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
Dockerfile docker
  • python 3.12-slim build
docker-compose.yml docker
  • mongo latest
  • mongo-express latest
pyproject.toml pypi
requirements.txt pypi
  • fastapi *
  • pfmongo *
  • pymongo *
  • uvicorn *