Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisembonstrizzi/hawkeye-app
Hawkeye official app repository. It contains the source code of the AI (developed with OpenCV) and the app itself (developed with t3-stack).
https://github.com/luisembonstrizzi/hawkeye-app
ai azure ball-tracking next-auth nextjs opencv prisma pwa t3-stack tailwindcss tennis trpc typescript
Last synced: about 21 hours ago
JSON representation
Hawkeye official app repository. It contains the source code of the AI (developed with OpenCV) and the app itself (developed with t3-stack).
- Host: GitHub
- URL: https://github.com/luisembonstrizzi/hawkeye-app
- Owner: LuisEmbonStrizzi
- License: mit
- Created: 2023-05-08T22:00:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T13:45:41.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:41:59.493Z (10 days ago)
- Topics: ai, azure, ball-tracking, next-auth, nextjs, opencv, prisma, pwa, t3-stack, tailwindcss, tennis, trpc, typescript
- Language: Python
- Homepage: https://hawkeye-app-six.vercel.app
- Size: 517 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hawkeye
Hawkeye official app repository. It contains the source code of the AI (developed with OpenCV) and the app itself (developed with t3-stack).
# AI
#### To install the necessary libraries run:
```python
pip install -r requirements.txt --user
```