Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drexel 2022-2023 AIML Capstone - Digital Pathology
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zac Rahn
Drexel 2022-2023 AIML Capstone - Digital Pathology
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
Selected
main
default
Branches
2
styling
updated_prediction_service
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Mar
16
15
2
28
Feb
27
26
29
Jan
28
26
24
25
24
25
24
20
Dec
1
8
Nov
13
Oct
1
final commit
main
main
Merge branch 'main' of https://gitlab.cci.drexel.edu/zr66/cs591-dpath
updating ml evaluation
functional front-end for demo
mostly final commit before demo
Added latest stylesheet to main branch.
organizing repository as python package
Changed text to dark gray. Set detail titles to bold.
styling
styling
adding S3 upload to diagnosis service
Fixed a bug where images would duplicate when closing dialog with escape key.
Getting images from s3 now through hard coding.
Merge branch 'dwelsh' into 'main'
Removed test hardcoding from images. Images are now populated from api...
Merge branch 'ml_model_integration' into 'main'
Ml model integration
adding training notebook for Google Colab
Merge branch 'dwelsh' into 'main'
updated_predict…
updated_prediction_service
Added Dockerfile
Merge branch 'asynchronous_svc' into 'main'
Added DockerFile.
Connected upload page to the web service.
Fixed navbar links. Added navbar to home page.
Added report detail page. Added link to report detail page from the reports page.
Changed the id on get report to a string. Fixed bug in get report.
Merge branch 'dwelsh' into 'main'
Added reports page and intial custom css. Reports now display on their own page.
asynchronous service demo
Added NavBar component.
Began tracking static folder.
Added logic to populate list of existing reports. Created includes folder to hold template components. Added .vscode to gitignore.
Connected test_report_provider to fake_model. API now returns proper structure when running in fake mode.
Merge branch 'dwelsh' into 'main'
Added HTML templates to repository.
Added __pycache__ to gitignore
Added gitignore for venv.
Removed test endpoints. Aliased provider. Removed redundant report endpoint from front end.
Fixed s3 name in app.py
Renamed s3Provider.py to s3_provder.py
Added front end files.
Added files from upload service.
Loading