https://github.com/ehsangazar/my-encord-app
https://github.com/ehsangazar/my-encord-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehsangazar/my-encord-app
- Owner: ehsangazar
- Created: 2024-03-11T08:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T06:05:26.000Z (over 1 year ago)
- Last Synced: 2025-03-17T02:09:44.160Z (7 months ago)
- Language: TypeScript
- Homepage: https://my-encord-app.vercel.app
- Size: 589 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Encord App
This is a repository for my encord app, a project to predict image objects
## Development
Make sure you have pnpm install (https://pnpm.io/installation)
Run these commands to start development
```
pnpm install
pnpm run dev
```## Deployment
In order to deploy this repo in production, run these commands
```
pnpm install
pnpm run build
pnpm run start
```## Test
You can run the tests by this command
```
pnpm run test:watch
pnpm run test
```## API Reference
#### Get General
```http
GET /api
```#### Post Predict
```http
POST /api/predict
```| Body | Type | Description |
| :------------ | :------- | :----------------------------------- |
| `mediaId` | `string` | **Required**. media Id |
| `title` | `string` | **Required**. title from Modal |
| `description` | `string` | **Required**. description from Modal |## Feedback
If you have any feedback, please reach out to us at me@gazar.dev
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Author
- [@ehsangazar](https://www.github.com/ehsangazar)