Skip to content

App that uses AI and voice capabilities to generate sales reports

Notifications You must be signed in to change notification settings

monaca-samples/voice-ai-sales-report-app

Repository files navigation

Voice-based AI Sales Report App

Android and IOS app to generate flexible sales reports from voice recording. Uses GEMINI API to generate the report, which is the displayed to the user through a preview, allowing download in both .pdf and .txt formats. Developed with Capacitor.

Setup

Create a file env.js inside of src/js with the following content. Use your gemini API key

const env = {
  API_KEY: 'YOUR_API_KEY',
};
  
export default env;

About

App that uses AI and voice capabilities to generate sales reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages