A web app to demonstrate Magic-Summary with Remix Indi Stack
At Neuralinity we have built the Magic-Summary API to summarise texts with the help of our in-house trained large language model.
You asked for more examples of how it can be used in a production web app. Since we've been enjoying Remix a lot recently, we decided build a demo app with the Remix Indi stack, so you can get a feel for daily work with out API.
If you want to see more details, go watch this video.
- Anyone interested in building a web app with Magic-Summary, especially if you want to use Remix. The same ideas apply to ways to build a web app,too.
- Those who want a quick Magic-Summary based app, but don't want to spend the time building it themselves
We added an MIT licence, so you can use this as a starter if you like (or any other purpose).
- Create a Remix App through the CLI and choose "Indi Stack" and Typescript
- Register on the Neuralfinity Website and get your own API key (Free Tier available)
- Install graphql-request
- Integrate the API