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

https://github.com/ehsangazar/my-encord-app


https://github.com/ehsangazar/my-encord-app

Last synced: 3 months ago
JSON representation

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)