https://github.com/dcrebbin/generic-tpot
https://github.com/dcrebbin/generic-tpot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcrebbin/generic-tpot
- Owner: dcrebbin
- Created: 2025-01-02T04:45:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T05:06:46.000Z (over 1 year ago)
- Last Synced: 2025-01-02T06:21:55.689Z (over 1 year ago)
- Language: TypeScript
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generic "tpot" generator
Parody site for the tech twitter subculture known as "tpot" (this part of twitter): specifically in the field of ML/AI.

Notes:
- Personas are stored in `/src/app/personas.ts`
- Avatars are stored within `/public/personas/` and handled with the `pfp` object array within `personas.ts`
- Everything is generated with either Claude Sonnet 3.5 or GPT4o
prompt example:
```
generate a persona and blog about ml from a pseudo-intellectual perspective and uses words like "musings, p value, cracked, agi" and esoteric maths terminology to describe things. use the following structure:
name: "",
subtitle: "",
articleTitle: "",
articleSubtitle: "",
articles: [
{
title: "",
body: ``,
}]
```
### Setup
1. npm i
2. npm run dev