Metadata-Version: 2.4
Name: horseracepredictor
Version: 0.1
Summary: A package to predict horse race winners
Home-page: https://github.com/DeviprasadGurrana/horseracepredictor.git
Author: Deviprasad Gurrana
Author-email: deviprasadgurrana@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: statsmodels
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Horse Race Predictor

A machine learning library to predict horse race outcomes using neural networks or regression models.

## Installation

```bash
pip install git+https://github.com/yourusername/horseracepredictor.git
