This project deploys a Streamlit interface for predicting sales using a machine learning model.
- Clone the repository:
git clone https://github.com/hentzrafael/brisa-streamlit.git
- Change into the project directory:
cd <project_directory>
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run main.py
- Open your web browser and go to
http://localhost:8501
- Fork the repository
- Create a new branch:
git checkout -b <branch_name>
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin <branch_name>
- Submit a pull request
This project is licensed under the MIT License. See the LICENSE file for more details.