Blog/Application for Generalized Linear Models - USF-MSDS-601
Welcome to the Generalized Linear Models Learning app!
- Linear Regression
- Logistic Regression
- Poisson Regression
- Gamma Regression
-
Clone the Repository
git clone https://github.com/Gopimaguluri267/glms.git
-
Install Dependencies
Make sure you have Python and pip installed. Then, install the required dependencies using:
pip install -r requirements.txt
-
Run the App
Once the dependencies are installed, you can launch the app using Streamlit:
streamlit run main.py
-
Access the App
After running the above command, the app will start running locally. Open your web browser and go to the URL displayed in the terminal to access the app.