/conversation-intelligence-miner

The CloudFlare Based Conversational Intelligence Miner. Demo - https://aged-pine-90e8.ranjan-dailata.workers.dev/

Primary LanguageTypeScriptOtherNOASSERTION

Conversational-Intelligence-Miner

The CloudFlare-Based Conversational Intelligence Miner. Demo - https://aged-pine-90e8.ranjan-dailata.workers.dev/

Architecture

Architecture

​​Prerequisites

Getting Started

Please read this blog post before you dive into the internals - DEV Post

Get the Account ID

  • Log in to the Cloudflare dashboard.

  • Select your account.

  • Go to Workers & Pages.

  • On the right side of the page, you will see the "Account Id". Please refer to this post - Find Account Id

  • Copy the Account ID and the Access Token that you have created before under the Getting Started Section.

  • Replace the following

[vars]
CLOUDFLARE_ACCOUNT_ID = ""
CLOUDFLARE_ACCOUNT_API_KEY = ""

Dev Run

  • Install Dependencies - npm install
  • Run the product on DEV - npx wrangler dev
  • Note - If you wish to create a new Worker AI Project, Please use the command - npm create cloudflare@2 and follow the step-by-step process.

Deployment

Clone The Repo

git clone conversation-intelligence-miner

Change Working directory

cd conversation-intelligence-miner

Install Dependencies

npm install

Deploy to Cloudflare Worker

npm run deploy