https://github.com/acethecreator/cloud-vision-api
A rest api that allows you to send image to clarifai computer vision ai and get response
https://github.com/acethecreator/cloud-vision-api
Last synced: 3 months ago
JSON representation
A rest api that allows you to send image to clarifai computer vision ai and get response
- Host: GitHub
- URL: https://github.com/acethecreator/cloud-vision-api
- Owner: AceTheCreator
- Created: 2020-03-11T10:39:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T01:53:30.000Z (about 5 years ago)
- Last Synced: 2025-01-08T10:35:12.161Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud-vision-api
Clarifai has an incredible vision API that utilises AI to analyse images, perform recognition tasks and a variety of other
cool features.Create a REST API that allows you to send an image to it, the data from the
image is then extracted via clarifai and stored in a NoSQL Database such as MongoDB.