SaoudAlawi / auto-regression

AutoML Application
1 stars 0 forks source link

Run the app locally #7

Closed SaoudAlawi closed 2 years ago

SaoudAlawi commented 2 years ago

This issue will document the steps on how to run the app locally

1. clone this repository on your local machine

git clone https://github.com/SaoudAlawi/auto-regression

2. create an isolated Python virtual environment (Optional )

Please refer to #3

3. Install dependencies

The following command will install the required packages onto the Python environment

python -m pip install -r requirements.txt

4. Run Streamlit

From the project directory, run the command

streamlit run src/main.py

a URL will show on the terminal. Copy it and paste it into your browser. Screen Shot 2021-08-29 at 5.02.13 PM.png

SaoudAlawi commented 2 years ago

It is worth mentioning that the app can not handle uncleaned datasets yet, you can use the example dataset for now.

SaoudAlawi commented 2 years ago

These instructions were added to README in #8