This Streamlit app provides interactive prediction capabilities for two key tasks:
Ensure you have Python installed on your system. You can download Python from python.org.
Clone the Repository (if applicable):
git clone https://github.com/Charitra-1/GRIP-TASK.git
cd GRIP-TASK
Create a Virtual Environment (optional but recommended):
python -m venv venv
Activate the Virtual Environment:
venv\Scripts\activate
source venv/bin/activate
Install Dependencies:
pip install streamlit pandas scikit-learn matplotlib seaborn
Navigate to the App Directory (if needed):
cd GRIP-TASK
Run the Streamlit App:
streamlit run main.py
View the App: You can now view your Streamlit app in your browser:
Local URL: http://localhost:8501