Skip to content
/ balGPT Public

Predicts the results of next week's soccer match!

Notifications You must be signed in to change notification settings

jqno/balGPT

Repository files navigation

balGPT

balGPT is a web application that predicts the outcome of soccer matches based on historical data. The application scrapes match results from a website and stores them in a PostgreSQL database. It then uses this data to generate predictions for future matches.

It was written almost entirely with ChatGPT 4.

Building and Running the Software

  1. Clone the repository:
git clone https://github.com/your-username/balGPT.git
cd balGPT
  1. Install dependencies:
# Go dependencies
go mod download
  1. Run tests:
go test ./...
  1. Run the application:
source scripts/env.sh
scripts/run-postgres.sh
go run main.go
  1. Deploy the application:
fly deploy

The application will be accessible at http://localhost:8080.

This project was built with the help of:

About

Predicts the results of next week's soccer match!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published