/Sequence_Generator_Analyzer

A Sequence generator and analyzer webgui for generating and visualizing different signals

Primary LanguageJavaScript

Front-End and Back-End Implementation for HTWK sequence generator

This readme file includes the start-up instructions for running the sequence generator/analyzer.

Prerequisites

git, python3-venv, python3-pip, uvicorn, npm

Back-End

The back-end contains the different sequences and fast fourier transform calculations. Create venv:

python3 -m venv ./env/

Activate env:

source env/bin/activate

Install requirements using pip

pip install -r requirements.txt 

To run the API use the following:

uvicorn main:app --host 0.0.0.0 --reload

For documentation: open This Link

Front-End

if npm is installed, inside the front-end directory run: Install depandencies:

npm i

To start the web gui:

npm start

SG/SA WebGUI

The Web GUI should be running here