savgolfilt / app.py
rizkidewanto's picture
Update app.py
3bbcdac
raw
history blame
121 Bytes
import pandas as pd
from scipy.signal import savgol_filter
import joblib
import plotly.express as px
import gradio as gr