As soon as you upload the dataset file you will be greeted with all the information of the data along with options to plot the Time domain and FFT of the data
-
Ensure you have the required libraries installed. You can install them using:
pip install numpy os matplotlib scipy streamlit scikit-learn
-
Run the app with:
streamlit run app.py
-
Select a file from the sidebar to display information about the dataset.
-
Adjust the number of samples to plot using the input field in the sidebar.