This project aims to predict the USD/PLN price using Linear Regression and Recurrent Neural Networks implemented in Python.
-
Clone repository
git clone git@github.com:timschopinski/dolar-price-prediction.git
(or with HTTPS
git clone https://github.com/timschopinski/dolar-price-prediction.git
) -
Create virtualenv
python -m venv venv
-
Upgrade setup tools
pip install --upgrade pip setuptools wheel
-
Activate env and install libraries
pip install -r requirements.txt
-
go to ./app and execute
python manage.py save_chart
-
Clone repository
git clone git@github.com:timschopinski/dolar-price-prediction.git
(or with HTTPS
git clone https://github.com/timschopinski/dolar-price-prediction.git
) -
Install docker and docker-compose.
-
Run
docker compose run --rm app sh -c "python manage.py save_chart"