Skip to content

code4recovery/ai-meeting-api-query

Repository files navigation

ai-meeting-api-query

Python3 app able to utilize AI for Generrative 12 Step Conversational Summaries, and API queries to produce json output & meeting query results to get query requests of keyword and conversational meeting queries.

Requires

  • Linux webserver, Widows Server, also tested on Windows Desktop
  • Python3
  • Gemini API Key

QuickStart

  1. place in .env file your Gemini API Key
  2. pip install -r requirements.txt
  3. python service.py install #Installs as Windows Service for JSON responses from 127.0.0.1
  4. python service.py start #Verify with curl -UseBasicParsing "http://127.0.0.1:8000/health"
  5. query with $request = Invoke-RestMethod -Method Post -Uri "http://127.0.0.1:8000/query" -ContentType "application/json" -Body '{"question": "What meetings are available in Seal Beach?"}'; $request.answer;

Meeting Query AI Chat Summarizes

  • Successful Install as Service Windows Services on Command Line
  • Managing Service through command line

Background:

Examples:

Meeting Query AI Chat Summarizes

About

Python3 app able to utilize AI for Generative 12 Step Conversational Summaries, and API queries to produce json output & meeting query results to get query requests of keyword. Also AI Query Chat in additional html file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages