This readme file includes the start-up instructions for running the sequence generator/analyzer.
git, python3-venv, python3-pip, uvicorn, npm
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
if npm is installed, inside the front-end directory run: Install depandencies:
npm i
To start the web gui:
npm start
The Web GUI should be running here