Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 927 Bytes

File metadata and controls

22 lines (13 loc) · 927 Bytes

Sun Tracking Model

This project is a simple model for predicting the position of the sun (altitude and azimuth) based on date and time.

Project Description

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.

Installation and Usage

  1. Clone the repository: git clone https://github.com/yourusername/sun-position-predictor.git
  2. Navigate to the project directory: cd sun-tracking-model
  3. Install the required packages: pip install -r requirements.txt
  4. Open the Jupyter notebook: jupyter notebook train_model.ipynb

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT