This contains everything you need to run your app locally.
View your app in AI Studio:
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
******************** STEPS TO Open THE App *********************************
- Open Claimguard-ai-app folder
- open command prompt(cmd) from the folder
- run the command "npm install"
- run the command "npm run dev"
the app will open in the web browser at "http://localhost:3000/"
******************** Steps to run the App **********************************
-
Go to tab KB(1)[This will be located on the right most part of the page along side "Dashboard"]
-
Upload the policy wording documents
-
Go to Dashboard
-
Choose Cloud Api to check for the eligibility through Cloud based LLms
-
Choose Local Models to check for eligibility through the locally trained ner model.
******************** To run the Local ner Model **********************************
-
choose Custom Keras/TF Model (option)
-
upload model.json , .bin shards, model_assets.json
*********************** Possible Issues **************************************
- The App is using a free tier google api, If the App is not returning a response and showing an error on the webpage, most probably the api limit has exceeded please update the .env file inside the app with your google gemini api.
