Skip to content

A Privacy Voice-Mode AI for the Blind, 2026 Nevada TSA Software Development Submission

Notifications You must be signed in to change notification settings

lamettrist/Bleu

Repository files navigation

Bleu_READMEIMAGE

Bleu is an OSS prototype recreation of ChatGPT's Voice functionality that is focused on one thing: privacy. Rather than your conversations being picked up and trained upon by OpenAI (stored as conversational data in their terms of service), Bleu leverages the new SpeechRecognition Web API and sends it to our backend which generates a response and synthesizes it into voice (no logging). All conversations are stored as React states and dissapear upon refresh.

Required Dependencies:

  • NodeJS/Bun
  • API token and BaseURL from your favorite AI Provider (e.g. OpenRouter)
  • GMI Cloud API Key

How to Begin

  1. Create a .env file and fill in BASE_URL with the Base URL from your favorite provider and AI_URL with the API Key of said provider
  2. Create a new environment variable: API_KEY for your GMICloud Inference Key
  3. Run bun install or npm install and then run bun run dev or npm run dev

That's it! Bleu works locally and leverages the /api/chat route for inference and chat.

Note: This project placed 2nd in the Nevada TSA State Conference for Software Development.

About

A Privacy Voice-Mode AI for the Blind, 2026 Nevada TSA Software Development Submission

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors