https://github.com/gxrco/llm-class
Projects developed for Desing & Innovation with AI and LLM class at UVG.
https://github.com/gxrco/llm-class
agents bot langchain openai python
Last synced: 3 months ago
JSON representation
Projects developed for Desing & Innovation with AI and LLM class at UVG.
- Host: GitHub
- URL: https://github.com/gxrco/llm-class
- Owner: Gxrco
- Created: 2024-08-09T20:48:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T14:10:49.000Z (over 1 year ago)
- Last Synced: 2025-02-01T11:43:06.327Z (over 1 year ago)
- Topics: agents, bot, langchain, openai, python
- Language: Python
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM - Agents
This project/script generates a brief summary and two interesting facts about a person using information scraped from their LinkedIn profile. It utilizes LangChain to format prompts and interact with OpenAI's gpt-3.5-turbo model for text generation. The Proxycurl library is used to scrape LinkedIn data, which is then processed through a chain that combines the prompt template and the language model.
## Libraries
- LangChain: For managing the prompt template and integrating with OpenAI's language model.
- Proxycurl: For scraping LinkedIn profile data.
- dotenv: For securely handling environment variables.
## Classes
- Laboratory 01 - Content by prompt
- Laboratory 02 - Summary with scrapping ⬅️