https://github.com/myriamba/llm_use_cases
A simple collection of LLM apps powered by HuggingFace.
https://github.com/myriamba/llm_use_cases
fastapi generative-ai huggingface-transformers llm nlp streamlit wandb
Last synced: about 2 months ago
JSON representation
A simple collection of LLM apps powered by HuggingFace.
- Host: GitHub
- URL: https://github.com/myriamba/llm_use_cases
- Owner: MyriamBA
- License: apache-2.0
- Created: 2025-02-28T16:06:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T12:14:41.000Z (about 1 year ago)
- Last Synced: 2025-05-08T22:55:44.469Z (about 1 year ago)
- Topics: fastapi, generative-ai, huggingface-transformers, llm, nlp, streamlit, wandb
- Language: Jupyter Notebook
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨LLM_Projects
This repository contains a collection of diverse NLP apps encompassing three types of transformer architectures: **Autoencoding Models (Encoder-only LLM)**, **Autoregressive Models (Decoder-only LLM)**, and **SeqToSeq Models (Encoder-Decoder LLM)**. These apps use open-source models that you can run locally on your computer.