Skip to content

Commit dfd824c

Browse files
Created Capstone Tab
1 parent 7c21db5 commit dfd824c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docs/capstone.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
## U of A Capstone Projects
3+
4+
Here is a list of projects being developed in the U of A Datalab, that allows students to showcase the knowledge and skills in AI/Machine Learning they have gained throughout their academic program and apply them to real-world problems and issues.
5+
6+
### Current ongoing projects
7+
8+
* [Deep Learning Pose Estimation](https://github.com/ua-datalab/DL-pose-estimation/wiki). Tracking animal behavior noninvasively is crucial for many scientific fields. Extracting [animal poses](https://en.wikipedia.org/wiki/Articulated_body_pose_estimation) without markers is essential in biomechanics, genetics, ethology, and neuroscience but challenging in dynamic backgrounds.
9+
10+
* [Improving Navigation and Accessibility for the Visually Impaired](). Visually impaired individuals at the University of Arizona face significant navigation challenges across campus buildings, streets, and walkways.
11+
12+
This project explores solutions to enhance accessibility through detailed spatial information and precise guidance for navigation around the University of Arizona campus and surrounding areas. Recent advances in Large Language Models and Vision-Language Models offer promising new opportunities for improved assistive navigation.
13+
14+
***
15+
16+
Created: 02/24/2025 Carlos Lizárraga.
17+
18+
Updated: 02/24/2025 Carlos Lizárraga.
19+
20+
[DataLab](https://www.datascience.arizona.edu/education/uarizona-data-lab), Data Science Institute,
21+
University of Arizona.
22+
23+
24+
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png" width="128"> [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
25+
26+
[<img src="https://datascience.arizona.edu/sites/default/files/Data%20Science%20Institute_Webheader%20%281%29.svg" width="256">](https://datascience.arizona.edu)
27+

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ nav:
2323
- 'Consultations': consultations.md
2424
- 'Events Calendar': events.md
2525
- 'AI/ML Development': apps-dev.md
26-
- 'PHIRE': phire.md
26+
- 'Capstone Projects': capstone.md
2727
- 'ML Learning Paths': mlpaths.md
28+
- 'PHIRE': phire.md
29+
2830

2931
theme:
3032
name: material

0 commit comments

Comments
 (0)