Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perebaj/observar-absorver
the eduardo marinho gpt
https://github.com/perebaj/observar-absorver
Last synced: about 6 hours ago
JSON representation
the eduardo marinho gpt
- Host: GitHub
- URL: https://github.com/perebaj/observar-absorver
- Owner: perebaj
- License: mit
- Created: 2024-04-15T00:50:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:00:14.000Z (6 months ago)
- Last Synced: 2024-04-26T20:22:08.301Z (6 months ago)
- Language: Go
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# observar-absorver
Use the public resources of Eduardo Marinho Philosopher to create a GPT model that can generate text in the same style as him.
# Get Starting
All available commands can be found using `make help`.
# Services
Services are components of code that have specific functions. Between them, we have the following services:
- Scraper: This service is responsible for scraping the data from the website of Eduardo Marinho.
- GPT: This service is responsible for generating embeddings upon the text data.
- Snippets: This service is responsible for generating snippets of text from the embeddings. (Split in smaller parts)# Environment Variables
**Obligatory:**
- OPENAI_API_KEY: The API key for the OpenAI service.