Watch our project demo: Pitcher Perfect Demo
Live link to our Project: Pitcher Perfect Live Website
Note: Certain features like Team Compare and My team are Currently limited due to Computational resource constraints.A full version with optimized cloud hosting would run these features smoothly.And alternately if you want you run clone and run it on your own laptop or PC using the given instructions in the Readme.
Pitcher Perfect revolutionizes how baseball fans experience the game through AI-powered personalization and real-time engagement. Built with cutting-edge technology, it delivers customized highlights, interactive features, and seamless multilingual support.
pitcher-perfect/
โโโ database/ # Database configurations
โโโ dataset/ # MLB teams dataset
โโโ features/ # Custom Python modules
โโโ static/
โ โโโ images/ # Project images and assets
โโโ templates/ # HTML templates
โโโ app.py # Main application file
โโโ personalisedemailcontent.py # Script for personalized email content
โโโ requirements.txt # Dependencies and requirements
Endpoint | Description | Preview |
---|---|---|
/signup |
User registration | ![]() |
/login |
User authentication | ![]() |
/how-to-use |
Tutorial video | ![]() |
/baseball-rules |
Game guidelines | ![]() |
/ |
Home dashboard | ![]() |
/ |
Home dashboard translate | ![]() |
/chat_dashboard |
Chat overview | ![]() |
/chat/<friend> |
Private messaging | ![]() |
/group_chat/<group_id> |
Group discussions | ![]() |
/team_players |
Team builder | ![]() |
/team_players |
Team builder | ![]() |
/my_team |
Userโs team | ![]() |
/team_compare |
Team comparison | ![]() |
/ |
Home dashboard darkmode with news and chatbot | ![]() |
Install dependencies: pip install -r requirements.txt
Set up environment variables: cp .env.example .env
Run the application: python app.py
```
๐ License This project is licensed under the MIT License - see the LICENSE file for details.
๐ค Contributing Contributions are welcome! Please feel free to submit a Pull Request.