https://github.com/randilt/object-detection-nextjs-huggingface
Object detection app built with NEXTJS and Transformersjs API
https://github.com/randilt/object-detection-nextjs-huggingface
huggingface-transformers nextjs14 object-detection
Last synced: 4 months ago
JSON representation
Object detection app built with NEXTJS and Transformersjs API
- Host: GitHub
- URL: https://github.com/randilt/object-detection-nextjs-huggingface
- Owner: randilt
- Created: 2024-03-07T06:13:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T04:21:34.000Z (over 2 years ago)
- Last Synced: 2025-02-22T12:30:11.876Z (over 1 year ago)
- Topics: huggingface-transformers, nextjs14, object-detection
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object detection app built with NEXTJS and Transformersjs API
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
# add a .env file and paste your API credentials for the edgestore
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.