The Accelerate Science Resource Hub to support researchers across the University using AI in their work.
Table of Contents
The Resource Hub links to several Accelerate Science Workshops and their associated repos. Below is a clickable map that will take you to the appropriate site.
---
config:
layout: elk
look: handDrawn
theme: dark
---
graph TD
Res1[Site Repo]
Res[Resource Hub]
Train[Training]
Soft[Software]
Comm[Community]
Z[Core Concepts]
B[Intro to LLMs]
C[Hands on LLMs]
D[Diffusion Models]
E[Packaging & Publishing]
F[Intro to Docker]
G[Hands on ML]
Z1[Site Repo]
B1[Site Repo]
C1[Site Repo]
D1[Site Repo]
E1[Site Repo]
F1[Site Repo]
G1[Site Repo]
M[Materials Repo]
N[Materials Repo]
N1[/Start\]
N2[/Final\]
subgraph hub[" "]
direction LR
Res -.-> Soft
Res ---> Train
Res -.-> Comm
end
hub --> Res1
Train --> Z
Train --> B
Train --> C
Train --> D
Train --> E
Train --> F
Train --> G
Z --> Z1
B --> B1
C --> C1
D --> D1
E --> E1
F --> F1
G --> G1
C ---> M
E ---> N
N --> N1
N --> N2
classDef siteRepo fill:#580a52,stroke:#333,stroke-width:4px;
class Z1,B1,C1,D1,E1,F1,G1,Res1 siteRepo;
classDef matRepo fill:#680d0d,stroke:#333,stroke-width:4px;
class M,N,N1,N2 matRepo;
click Res1 href "https://github.com/acceleratescience/resource-hub" _blank
click Res href "https://docs.science.ai.cam.ac.uk/" _blank
click Train href "https://docs.science.ai.cam.ac.uk/training/" _blank
click Soft href "https://docs.science.ai.cam.ac.uk/software/" _blank
click Comm href "https://docs.science.ai.cam.ac.uk/community/" _blank
click Z href "https://docs.science.ai.cam.ac.uk/ai-core-concepts/" _blank
click B href "https://docs.science.ai.cam.ac.uk/large-language-models/" _blank
click C href "https://docs.science.ai.cam.ac.uk/hands-on-llms/" _blank
click D href "https://docs.science.ai.cam.ac.uk/diffusion-models/" _blank
click E href "https://docs.science.ai.cam.ac.uk/packaging-publishing/" _blank
click F href "https://docs.science.ai.cam.ac.uk/docker-for-science/" _blank
click G href "https://docs.science.ai.cam.ac.uk/training/" _blank
click B1 href "https://github.com/acceleratescience/large-language-models" _blank
click C1 href "https://github.com/acceleratescience/hands-on-llms" _blank
click D1 href "https://github.com/acceleratescience/diffusion-models" _blank
click E1 href "https://github.com/acceleratescience/packaging-publishing" _blank
click F1 href "https://github.com/acceleratescience/docker-for-science" _blank
click G1 href "https://docs.science.ai.cam.ac.uk/" _blank
click M href "https://github.com/acceleratescience/hands-on-llms" _blank
click N href "https://github.com/acceleratescience/packaging-publishing" _blank
click N1 href "https://github.com/acceleratescience/packaging-publishing/tree/basic" _blank
click N2 href "https://github.com/acceleratescience/packaging-publishing/tree/result" _blank
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under a GNU GPL-3.0 License. See LICENSE for more information.