https://github.com/pinecone-io/pinecone-vision-app
https://github.com/pinecone-io/pinecone-vision-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinecone-io/pinecone-vision-app
- Owner: pinecone-io
- Created: 2023-02-24T22:18:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:53:52.000Z (about 1 year ago)
- Last Synced: 2025-05-01T04:34:18.421Z (8 months ago)
- Language: JavaScript
- Size: 566 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinecone Vision App
## Setup
### Install dependencies
```bash
npm install
```
### Run the app
```bash
npx expo start
```