Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taciturnaxolotl/mini-me
a tiny helper to convert slack data to an openai finetuning file
https://github.com/taciturnaxolotl/mini-me
ai-models bun mini-me
Last synced: 13 days ago
JSON representation
a tiny helper to convert slack data to an openai finetuning file
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/mini-me
- Owner: taciturnaxolotl
- Created: 2024-08-15T21:22:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T20:21:53.000Z (4 months ago)
- Last Synced: 2024-12-08T06:29:31.732Z (20 days ago)
- Topics: ai-models, bun, mini-me
- Language: TypeScript
- Homepage: https://youtu.be/3RDaxo5k854
- Size: 604 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Me!
A project to make a mini you with openai 4-o
A demo of the cli and how to use it can be found here [on youtube](https://youtu.be/3RDaxo5k854)
## Steps
1. Get your skype data from [the skype data export page](https://secure.skype.com/en/data-export)
![the skype export page](https://github.com/kcoderhtml/mini-me/raw/master/.github/images/skype-export.png)
2. extract the `.tar` file it gives you and stick the json files you get into the `data` directory of this project
3. Run the cli with `bun run index.ts` and enjoy!
![the cli](https://github.com/kcoderhtml/mini-me/raw/master/.github/images/cli.png)
4. If you want to auto upload to openai or run a moderation check then please export your open ai api key or stick it in an env file:
```bash
OPENAI_API_KEY=sk-proj-xxxxxx-xxxxxxxx
```