/sharpened_cosine

Visualization to compare the output of the sharpened cosine similarity to a stand convolution.

Primary LanguagePython

Sharpened Cosine Similarity Viz

This repository contains code to compare and visualise the output of a convolution and a sliding sharpened cosine similarilty on a 1D signal.

Usage

Run the following commands to prepare the python environment and serve the web. Follow the link displayed in the command line to view the app.

poetry install
poetry run uvicorn main:app