-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.82 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: Home
---
<a href="/clinic.html"><img class="homepage_image" src="/assets/images/ai-clinic.png" alt="The AI Clinic at UW"></a>
<div class="main_content">
<p style="text-align: center;">The AI Clinic at the University of Washington is dedicated to helping individuals and organizations to explore and realize their goals using large language models.
We prioritize societally beneficial projects underserved by market forces, and we work with academic labs and researchers, the public sector, and nonprofit entities.
The clinic adopts an approach that centers open source models that support reliable and privacy-preserving systems, providing an alternative to relying on proprietary models served through web APIs.</p>
</div>
<div class="homepage_widgets">
<div class="widget_card">
<h2>Expertise</h2>
<p>We can assist on projects with objectives ranging from fine-tuning an LLM, to setting up a RAG database, to creating ethical and transparent interfaces for users.</p>
<button class="clinic_button"><a class="button_text" href="/projects.html">Learn More</a></button>
</div>
<div class="widget_card">
<h2>Consulting</h2>
<p>The clinic engages in longer term relationships with organizations that have ongoing projects. Click below to learn more about an ongoing relationship with the clinic.</p>
<button class="clinic_button"><a class="button_text" href="/services/02-service-consulting.html">Submit an Inquiry</a></button>
</div>
<div class="widget_card">
<h2>Office Hours</h2>
<p>The clinic invites those who have questions about how to use AI reliably in their work to book a fifteen to sixty minute office hours appointment with one of the AI Clinic's experts.</p>
<button class="clinic_button"><a class="button_text" href="/schedule.html">Make an Appointment</a></button>
</div>
</div>