Skip to content

Update README.md with examples #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
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
61 changes: 61 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,67 @@
- 📦 **Bring Your Own** — Create your own transform middlewares to process documents and extend Lakechain.
- 📙 **Ready Made Examples** - Quickstart your journey by leveraging [50+ examples](./examples/) we've built for you.

## 🌟 Examples

<br />
<p align="center">
<table style="display: table;">
<tr>
<th style="min-width: 200px;">Summarize<br />Videos</th>
<th style="min-width: 200px;">Generative<br />Audio<br />Podcast</th>
<th style="min-width: 200px;r">Video<br />Chaptering</th>
<th style="min-width: 200px;">RAG<br />Pipeline</th>
<th style="width: 170px;">Face<br />Detection</th>
<th style="width: 170px;">E-mail<br />Analysis</th>
<th style="width: 170px;">Image<br />Inpainting</th>
<th style="width: 170px;">Ollama on<br />AWS</th>
</tr>
<tr style="text-align: center">
<td style="min-width: 200px; padding: 45px; text-align: center">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/simple-pipelines/summarization-pipelines/video-summarization-pipeline">
<img width="80" src="https://awslabs.github.io/project-lakechain/_astro/example-video-summarization.DkuRAEiI_ZvPyVU.webp" alt="Video Summarization" />
</a>
</td>
<td style="min-width: 200px; padding: 40px; text-align: center">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/end-to-end-use-cases/building-a-podcast-generator">
<img width="85" src="https://awslabs.github.io/project-lakechain/_astro/example-generative-podcast.GncA3Eg5_Z11JYzq.webp" alt="Generative Audio Podcasts" />
</a>
</td>
<td style="min-width: 200px; padding: 35px; text-align: center">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/end-to-end-use-cases/building-a-video-chaptering-service">
<img width="100" src="https://awslabs.github.io/project-lakechain/_astro/example-video-chaptering.C9wbaNce_1gsu8V.webp" alt="Video Chaptering Service" />
</a>
</td>
<td style="min-width: 200px; padding: 40px; text-align: center">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/end-to-end-use-cases/building-a-rag-pipeline">
<img width="80" src="https://awslabs.github.io/project-lakechain/_astro/example-rag-pipeline.oQaxUvic_vxUw7.webp" alt="RAG Pipeline" />
</a>
</td>
<td style="width: 170px; padding: 40px">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/simple-pipelines/image-processing-pipelines/face-detection-pipeline">
<img width="85" src="https://awslabs.github.io/project-lakechain/_astro/example-face-detection.tVb7YLYp_UCwfn.webp" alt="Face Detection" />
</a>
</td>
<td style="width: 150px; padding: 45px">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/simple-pipelines/text-processing-pipelines/email-nlp-pipeline">
<img width="75" src="https://awslabs.github.io/project-lakechain/_astro/example-email-analysis.D5P-nn1I_FNwdc.webp" alt="E-mail Analysis" />
</a>
</td>
<td style="width: 170px; padding: 42px">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/simple-pipelines/generative-pipelines/titan-inpainting-pipeline">
<img width="85" src="https://awslabs.github.io/project-lakechain/_astro/example-image-inpainting.SNNMswa9_2wpDBm.webp" alt="Image Inpainting" />
</a>
</td>
<td style="width: 170px; padding: 50px">
<a href="https://github.com/awslabs/project-lakechain/tree/main/examples/simple-pipelines/summarization-pipelines/ollama-summarization-pipeline">
<img width="65" src="https://awslabs.github.io/project-lakechain/_astro/example-ollama-on-aws.Df2_4-tI_DJhNr.webp" alt="Ollama on AWS" />
</a>
</td>
</tr>
</table>
</p>
<br />

## 🚀 Getting Started

> 👉 Head to our [documentation](https://awslabs.github.io/project-lakechain/) which contains all the information required to understand the project, and quickly start building!
Expand Down
Loading