Fisseha-Estifanos/LLM-API
A repository to demonstrate some of the concepts behind large language models, transformer (foundation) models, in-context learning, and prompt engineering using open source large language models like Bloom and co:here.
This project helps developers and data scientists quickly build applications that leverage large language models for various text-related tasks. It takes natural language text inputs and outputs structured information like extracted entities or sentiment scores. Anyone looking to integrate powerful AI text processing into their products or workflows, such as those in HR, marketing, or content analysis, would find this useful.
No commits in the last 6 months.
Use this if you are a developer looking to integrate open-source or commercial large language model APIs into your applications for tasks like text extraction, sentiment analysis, or content generation.
Not ideal if you are an end-user without programming skills looking for a ready-to-use application, as this project requires development knowledge to implement.
Stars
6
Forks
1
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 17, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Fisseha-Estifanos/LLM-API"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
explosion/spacy-llm
🦙 Integrating LLMs into structured NLP pipelines
OpenDriveLab/DriveLM
[ECCV 2024 Oral] DriveLM: Driving with Graph Visual Question Answering
StevenRice99/LLM-IK
LLM-IK: Solving Inverse Kinematics using Large Language Models
Lamorati92/LLMs-from-scratch
📚 Build and train your own GPT-like Large Language Model from scratch with clear guidance and...
ES7/Introduction-to-LLMs
In this repository I have explained the application of Large Language Models (LLMs). Starting...