polyfact
Version:
<h1 align="center">PolyFact</h1>
41 lines (26 loc) âĸ 2.38 kB
Markdown
<h1 align="center">PolyFact</h1>
<h4 align="center">
<a href="https://polyfact.readme.io/reference/polyfact">Documentation</a> |
<a href="https://github.com/polyfact/awesome-polyfact">Awesome list</a> |
<a href="https://discord.gg/8mkBfDXNTM">Discord</a>
</h4>
<p align="center">⥠A managed backend for AI apps. Call AI models from the frontend đĒļ</p>
PolyFact's goal is to make it possible to code every AI tool/Chatbot you could want in only a couple of lines of code in the frontend without the need for complex abstractions and having to deploy anything.
<p align="center"><img src="demo.gif" /></p>
## ⨠Getting started
We also made a couple of tutorials you can use to get started with Polyfact:
- **[Getting Started](https://polyfact.readme.io/reference/getting-started)**
- **[Tutorial: How to make a clone of ChatGPT](https://polyfact.readme.io/reference/chatgpt-clone)**
- **[Tutorial: Add stripe subscriptions](https://polyfact.readme.io/reference/react-stripe-subscriptions)**
## đ Documentation
- **[Generate Simple Text](https://polyfact.readme.io/reference/generate-1)**: Answer to simple requests as text
- **[Create Chatbots](https://polyfact.readme.io/reference/chats)**: Easily create chatbots
- **[Transcribe](https://polyfact.readme.io/reference/transcribe)**: Transcribe audio files to text
- **[Memory](https://polyfact.readme.io/reference/memory)**: Easily create a long-term memory and simplify the use of large amounts of information
- **[GenerateImage](https://polyfact.readme.io/reference/generate-image)**: Generate images with Dall-E
- **[Call Polyfact from React](https://polyfact.readme.io/reference/usepolyfact)**: The usePolyfact hooks lets you use Polyfact and handle authentification without having to deploy any backend
- **[Call Polyfact from other browser environments](https://polyfact.readme.io/reference/polyfact-client-object)**: The Polyfact Client Object allows you to use Polyfact and handle authentification without having to deploy any backend in any environment
## đĢ Contact us
We strive for feedback and want to understand everyone's needs, and you can hang out with us on [Discord](https://discord.gg/8mkBfDXNTM)!
## đ§âđģ Contributing
PolyFact is open-source! You can contribute to this package or the [API](https://github.com/polyfact/polyfact-api-go) by opening an issue or a PR!