danoneata / neural-schottky-app

Characterizing Schottky diodes with bilinear optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Characterizing Schottky diodes with bilinear optimization

streamlit run --server.port 8535 app.py

Install dependencies:

pip install -r requirements.txt

We provide a REST API to allow communications with other services. You can start the API server by running the following command.

flask --app api run

This will start a service at the following URL: http://localhost:5000 We provide two endpoints: predict and fit (the latter is still to be implemented). For an example on how to call the API see the test_api.py script; this script can be run as follows:

python test_api.py

About

Characterizing Schottky diodes with bilinear optimization


Languages

Language:Python 100.0%