Skip to content
Merged

Dev #264

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site/_posts/2026-03-30-unit6_assignments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: "Unit 6 assignments repo"
date: 2026-03-30
categories: resources
---

Added a link to my template repository for the unit 6 project and incremental capstone. It is the same set-up I used to complete the assignments, based on the same `llms-gpu` image as the `llms-demo` repository from unit 6.
8 changes: 8 additions & 0 deletions site/_posts/2026-04-22-capstone_repo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: "Capstone projects repo"
date: 2026-04-22
categories: resources
---

Hi all, I've added a capstone project showcase repository under the Fullstack Academy organization GitHub profile. It deploys a simple static site to archive/show off everyone's' capstone project. Check it out [`FullstackAcademy/2510-capstones`](https://github.com/FullstackAcademy/2510-capstones). You can add your project following the instructions in the `README.md`. Good luck and keep in touch!
4 changes: 2 additions & 2 deletions site/repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ As the course progresses and projects get more complex, we will start to move aw

7. **Autoencoders demo**: [`gperdrizet/autoencoders`](https://github.com/gperdrizet/autoencoders) Demonstration of convolutional autoencoder models for compression, denoising and anomaly detection with images.

8. **Distributed GANN training**: [g`perdrizet/GANNs-with-friends](https://github.com/gperdrizet/GANNs-with-friends). Distributed deep learning demo using DCGANNs to generate realistic images of faces.
8. **Distributed GANN training**: [`gperdrizet/GANNs-with-friends`](https://github.com/gperdrizet/GANNs-with-friends). Distributed deep learning demo using DCGANNs to generate realistic images of faces.

9. **Encoder decoder translation models**: [`gperdrizet/language-models`](https://github.com/gperdrizet/language-models). Neural machine translation models using encoder-decoder architecture and LSTM+attention, builds up to implementation of the first transformer model.

10. **LLM applications demonstrations**: [`gperdrizet/llms-demo`](https://github.com/gperdrizet/llms-demo). Demonstrations related to building LLM based applications topics covered include hosting models for inference, prompting strategies and LangChain for application development. Also includes slides and activities.

11. **Unit 6 assignments template**: [gperdrizet/unit-6-assignments](https://github.com/gperdrizet/unit-6-assignments). GitHub repo for the incremental capstone and unit end assignment from unit 6. This is the environment set-up I used to complete my solutions, it contains a devcontainer set-up based on the `llms-gpu` container.
11. **Unit 6 assignments template**: [`gperdrizet/unit-6-assignments`](https://github.com/gperdrizet/unit-6-assignments). GitHub repo for the incremental capstone and unit end assignment from unit 6. This is the environment set-up I used to complete my solutions, it contains a devcontainer set-up based on the `llms-gpu` container.