Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1006 Bytes

File metadata and controls

27 lines (20 loc) · 1006 Bytes

Synthwave AI by HouseLearning

Synthwave AI is a browser-based chatbot powered by open-source models via WebLLM. It features a neon synthwave aesthetic, Firebase authentication, message history, and voice input — all running entirely client-side with no API keys or backend infrastructure.

Features

  • Open-source AI agent via WebLLM (Qwen 2.5 or Mistral)
  • No API key required — runs fully in-browser
  • Dark synthwave UI with neon styling
  • Firebase login/logout (email/password or anonymous)
  • Message history stored locally in browser
  • Inappropriate word filtering with customizable blocklist
  • Voice input using browser speech recognition

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • AI Engine: WebLLM (Qwen2.5-1.5B-Instruct)
  • Auth: Firebase Auth
    Project ID: contract-center-llc-10

Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/synthwave-ai.git
    cd synthwave-ai