This project is a simple model for predicting the position of the sun (altitude and azimuth) based on date and time.
The project uses a Linear Regression model trained on a dataset generated by calculating the sun's position for each minute of each day of the previous 10 years. The model takes a date and time as input and predicts the sun's altitude and azimuth.
- Clone the repository:
git clone https://github.com/yourusername/sun-position-predictor.git
- Navigate to the project directory:
cd sun-tracking-model
- Install the required packages:
pip install -r requirements.txt
- Open the Jupyter notebook:
jupyter notebook train_model.ipynb
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.