Skip to content

Commit

Permalink
[no ci] add postman and sample document
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jun 5, 2023
1 parent 9e4227f commit a044f09
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
46 changes: 46 additions & 0 deletions documentation/postman/Cats Dogs Others.postman_collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"info": {
"_postman_id": "710a4baf-f7bd-47d3-b16d-ecd94300cd4e",
"name": "Cats Dogs Others",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "146278"
},
"item": [
{
"name": "local",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "./documentation/postman/sample.pdf"
}
]
},
"url": {
"raw": "http://localhost:8000/upload",
"protocol": "http",
"host": [
"localhost"
],
"port": "8000",
"path": [
"upload"
],
"query": [
{
"key": "file",
"value": null,
"disabled": true
}
]
}
},
"response": []
}
]
}
Binary file added documentation/postman/sample.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions production/api/core/model/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cats-dogs-others
/final_model.h5
/predictions.json
/statistics.json

0 comments on commit a044f09

Please sign in to comment.