You can install our python package using pip:
pip install fairiskdata
We have compiled a sample notebook to demonstrate the use of the library and its methods. You can access it here.
These are the instructions to configure the logging level
A streamlit web app is included in this project with a demonstrator for parameters and time-series data.
The web app allows the user to do operations on the dataset, visualize it, and export to a CSV. To run the application, its dependencies need to be installed before running the application.
Install the requirements:
pip install -r docs/streamlit/requirements.txt
Run the web app:
streamlit run docs/streamlit/home_streamlit.py
By default, the web app will be accessible from http://localhost:8501/