Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T04:21:34.000Z (10 months ago)
- Last Synced: 2024-11-09T05:13:11.740Z (2 months 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.