Skip to content

ugmurthy/cldflr-remix-app

Repository files navigation

screenshot

Personas is a AI assistant - a Web app demonstrating the ease with which one can build LLM based model avaialble on CloudFlare AI. You can extend the App to use other AI models both paid and Opensource

PERSONAS Showcases 3 personas

  1. Story Writer that is kidSafe
  2. Code Assistant that can help a developer
  3. Sentiment Analysis and Reasoning

All above personas use minumum 2 models (one for guided text generation, and the second for voice to text as input)

Have Fun with Persona

BUILT USING

  1. Cloudflare : Cloudflare Pages, Workers AI for more information visit . To bui
  2. REMIX+Vite

Follow the above docs to do you initial setup

Development

  1. clone this repo
  2. follow the commands below

Install dependencies from you project folder

npm i
npm run dev

# use browser to visit http://localhost:5173

To run Wrangler:

npm run build
npm run start

Deployment

Warning

Cloudflare does not use wrangler.toml to configure deployment bindings. You MUST configure deployment bindings manually in the Cloudflare dashboard.

First, build your app for production:

npm run build

Then, deploy your app to Cloudflare Pages:

npm run deploy

About

CloudFlare Remix App

Resources

Stars

Watchers

Forks

Packages

No packages published