Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamanobi/extractingimagedeepfeature
https://github.com/tamanobi/extractingimagedeepfeature
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamanobi/extractingimagedeepfeature
- Owner: tamanobi
- License: mit
- Created: 2017-12-15T06:14:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:49:07.000Z (almost 2 years ago)
- Last Synced: 2024-03-30T06:34:14.956Z (8 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Start
```
$ pip install -r requirements.txt
$ python features.py
```# Extracting Image Deep Feature
```
curl -X POST http://127.0.0.1:8888/extract -H "Content-Type: multipart/form-data" -F "file=@your_image.jpg"
```You can get like bellow response json:
```
{"features": [0.4153945744037628, 0.3994259238243103, ...]}
```