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.
- Linux webserver, Widows Server, also tested on Windows Desktop
- Python3
- Gemini API Key
- place in .env file your Gemini API Key
- pip install -r requirements.txt
- python service.py install #Installs as Windows Service for JSON responses from 127.0.0.1
- python service.py start #Verify with curl -UseBasicParsing "http://127.0.0.1:8000/health"
- 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;


