CoolFace
Apppublic

the-architect-of-Tiles-369/Tesla-369-Medical-Scanner

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

#Tesla-369 Medical Scanner Pro

An interactive, high-performance, futuristic Sci-Fi Bio-Acoustic Scanner UI built with Python (FastAPI) and JavaScript (HTML5 Canvas) working over persistent WebSockets connections.

⚡ Features

  • —Real-Time Data Streaming: Bi-directional communication powered by WebSockets.
  • —Interactive UI: Click on individual bio-nodes (organs) to focus telemetry and trigger diagnostic routines.
  • —Adaptive Mobile Layout: Fully responsive layout optimized for smartphones and modern browsers.
  • —Web Audio API Integration: Procedural synthesizer engine generating futuristic sound FX directly in the browser.
  • —Dual Frequency Modes: Nominal Scanning (Cyan) and Critical Anomaly Overdrive (Red).

🛠️ Tech Stack

  • —Backend: FastAPI, Uvicorn, Asyncio
  • —Frontend: Vanilla HTML5, CSS3 (Grid/Flexbox), Javascript (Canvas API, Web Audio API)

🚀 How to Run Locally

  1. 1.Install dependencies: pip install fastapi uvicorn
  2. 2.Run the server: python app.py
  3. 3.Open http://localhost:7860 in your browser.