uniUnit

Web Demo

uniUnit comes with a client-side unit transformation engine and a FastAPI-based backend.

Browser Engine (Static)

The browser-based tool allows for zero-latency unit conversion using a lightweight engine. It is located in the demo/ directory.

Features

FastAPI Web Application (Backend)

The project also includes a comprehensive FastAPI application located in the app/ directory.

API Endpoints

Running the App

To run the FastAPI application:

pip install -r app/requirements.txt
uvicorn app.main:app --reload

Screenshots

uniUnit Browser Engine

Note: The static web demo is available in the demo/ directory, while the dynamic backend is in the app/ directory.