This Streamlit app provides various functionalities for UV analysis, including:
- Calculation of accuracy, percentage purity, precision, recovery studied, H-point determination, linear equation, and counter plot graphs for all factors and interactions between factors.
- Visualization of interaction contour plots.
To run the Streamlit app locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/VeeraKarthick609/UV-analysis---Chettinadu
- Navigate to the project directory:
cd uv-analysis-streamlit
- Install the required dependencies. You can use
piporcondadepending on your Python environment:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
The app should open in your default web browser, and you can interact with it to perform UV analysis tasks.
- Upon launching the app, you'll see a sidebar with different options.
- Select the desired analysis or visualization task from the sidebar.
- Follow the prompts or input fields to provide necessary data or parameters.
- Click the corresponding button to perform the selected task or visualize the data.
- Results or visualizations will be displayed within the app interface.
This project is licensed under the MIT License - see the LICENSE file for details.