Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/Projects/Machine Learning/OpenAI.md

16 lines
834 B
Markdown
Raw Normal View History

2023-07-05 18:29:11 +00:00
OpenAI is a company that tries to ensure the use of fair artificial intelligence and machine learning. It is the analogue to one-quantum. They have several releases in the community, most importantly GPT-3, Dall-e, and ChatGPT. They also have a plethora of papers out as well.
---
- [Python documentation](https://beta.openai.com/docs/libraries/python-bindings) for installing OpenAI features, there is also a [Go library](https://github.com/sashabaranov/go-gpt3) for openAI as well. Using [chronology](https://github.com/OthersideAI/chronology) may be a good idea as well.
```bash
$ pip install openai
```
- ChatGPT can be found [here](https://chat.openai.com/chat). It is apparently available as limited preview for research.
- Dall-e can be found [here](https://labs.openai.com/). 50 credits are available for free.