Commit Graph

313 Commits (cee6bcc5efadae7d45ec4c7d8ac21662f3ee4809)

Author SHA1 Message Date
Alex 90ef64efa3
Download asset to local and error fixing (#100)
* Update photo_manager pub package
* Added download endpoint for assets
* Successfully save a photo to the local device's gallery
* Save save a video to the local device's gallery
* Fixed #97
* Added download loading indicator
* Refactor and increase the font size for curated search thumbnail images
* Reposition loading animation on the search result page
2022-04-02 12:31:53 +07:00
Alex Tran cfc5229964 Fixed issue with container cannot find module 2022-03-29 20:25:00 +07:00
Alex Tran f9ddeac265 Fixed issue with container cannot find module 2022-03-29 20:17:40 +07:00
Alex fccdbdd66a
Update production dockerfile for a cleaner look (#86) 2022-03-29 08:56:59 +07:00
Alex 23ba651705
Fixed npm run start:prod not able to find build directory (#83) 2022-03-28 21:00:17 +07:00
Alex ac0ad98b55
Fix docker-compose in production (#81)
* Fixed problem with docker-compose not updating new files in the multi-stage build.
* Update readme with a new screenshot
2022-03-28 15:21:15 +07:00
Alex 9cbd5d1b0c
Up Minor 1.4.0 (#79) 2022-03-27 15:55:29 +07:00
Alex 041c711cb9
Add production and development docker-compose (#77) 2022-03-27 15:17:58 +07:00
Alex dd9c5244fd
Added machine learning microservice and object detection (#76) 2022-03-27 14:58:54 +07:00
Alex Tran 725ab5622f Up Version to 1.3.2 2022-03-23 15:36:38 +07:00
Alex e407a4fa13
Get thumbnail from app (#68)
* Renamed multipart filed name 'files' to 'assetData'. 
* Added an additional field name of 'thumbnailData' to multipart form.
* Implemented upload mechanism for thumbnail directly from the mobile client.
* Removed dead code
* Implemented a version checking mechanism.
2022-03-22 01:22:04 +07:00
Alex 026f3c24e9
Add reverse geocoding and show asset location on map in detail view (#43)
* Added reserve geocoding, location in search suggestion, and search by location
* Added mapbox sdk to app
* Added mapbox to image detailed view
2022-03-10 16:09:03 +07:00
Alex 619735fea0
Implemented image tagging using TensorFlow InceptionV3 (#28)
* Refactor docker-compose to its own folder
* Added FastAPI development environment
* Added support for GPU in docker file
* Added image classification
* creating endpoint for smart Image info
* added logo with white background on ios
* Added endpoint and trigger for image tagging
* Classify image and save into database
* Update readme
2022-02-19 22:42:10 +07:00