Skip to content

Commit

Permalink
Merge pull request #17 from leptonai/update_readme
Browse files Browse the repository at this point in the history
fix(doc) : update docs and links
  • Loading branch information
bobmayuze authored Aug 17, 2023
2 parents cc5d13f + 82d57ef commit d70aadb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This folder contains typical AI applications using lepton.

## Example list
- [deepfloyd-if](https://github.com/leptonai/examples/tree/main/advanced/deepfloyd-if): running the Deepfloyd IF model for AIGC.
- [earning-sage](https://github.com/leptonai/examples/tree/main/advanced/earning-sage) : talking to a LLM behaives like a CFO.
- [open-clip](https://github.com/leptonai/examples/tree/main/advanced/open-clip) : running the [Open-Clip](https://github.com/mlfoundations/open_clip) model.
- [sdxl](https://github.com/leptonai/examples/tree/main/advanced/sdxl) : Stable Diffusion XL model
- [segment-anything](https://github.com/leptonai/examples/tree/main/advanced/segment-anything): running Meta's [Segment Anything](https://github.com/facebookresearch/segment-anything) model.
- [tts](https://github.com/leptonai/examples/tree/main/advanced/tts): running the [Coqui AI TTS](https://github.com/coqui-ai/TTS/) text-to-speech model.
- [whisper-jax](https://github.com/leptonai/examples/tree/main/advanced/whisper-jax): running the Whisper ASR model, as well as a slack bot that automatically transcribes all slack channel voice messages.
Expand Down
6 changes: 5 additions & 1 deletion advanced/earning-sage/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🧙 Earning-Sage
This is an earning call assistant built for investors to help them make better decisions.
Have you ever thought about joining an earning call and asking questions to these CFOs? That used to be the privilege held by the investors from high-end investment banks such as JP Morgan, Goldman Sachs and Morgan Stanley.

Yet with the capability of LLM and proper techniques around it, not anymore. And if you don’t feel like reading the whole post, feel free to try out a demo [here](https://earningsage.lepton.run/). This demo is created based on the Apple Q2 2023 earning call.

The full documentation can be found [here](https://www.lepton.ai/docs/examples/earning_sage).

## Getting Started

Expand Down

0 comments on commit d70aadb

Please sign in to comment.