Harshit Ghosh commited on
Commit ·
8b1df1a
1
Parent(s): b74bbb6
github page
Browse files- .github/workflows/pages.yml +1 -1
- README.md +6 -0
- docs/_config.yml +3 -0
.github/workflows/pages.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Deploy GitHub Pages
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
-
branches: [ "main" ]
|
| 6 |
paths:
|
| 7 |
- "docs/**"
|
| 8 |
- ".github/workflows/pages.yml"
|
|
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
+
branches: [ "main", "master" ]
|
| 6 |
paths:
|
| 7 |
- "docs/**"
|
| 8 |
- ".github/workflows/pages.yml"
|
README.md
CHANGED
|
@@ -28,6 +28,12 @@ Detailed performance and B4-specific analysis are documented separately in:
|
|
| 28 |
|
| 29 |
- [B4_Performance_Report.md](B4_Performance_Report.md)
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Repository Structure
|
| 32 |
|
| 33 |
- `app.py`: Flask application entry point
|
|
|
|
| 28 |
|
| 29 |
- [B4_Performance_Report.md](B4_Performance_Report.md)
|
| 30 |
|
| 31 |
+
## GitHub Pages Setup
|
| 32 |
+
|
| 33 |
+
For step-by-step GitHub Pages setup (project site and username.github.io site), see:
|
| 34 |
+
|
| 35 |
+
- [GITHUB_PAGES_DOCUMENT.md](GITHUB_PAGES_DOCUMENT.md)
|
| 36 |
+
|
| 37 |
## Repository Structure
|
| 38 |
|
| 39 |
- `app.py`: Flask application entry point
|
docs/_config.yml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
theme: jekyll-theme-minimal
|
| 2 |
+
title: Intracranial Hemorrhage Detection
|
| 3 |
+
description: AI-assisted CT-based ICH screening with explainability and reporting.
|