Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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
```