Commit graph

131 commits

Author SHA1 Message Date
Abhinav 63665d05ab compelete basic text search 2022-03-19 14:10:31 +05:30
Abhinav 28f4742a81 add local tesseract scripts and revert to using npm package 2022-03-19 13:07:35 +05:30
Abhinav be59833cf3 temp 2022-03-15 20:52:52 +05:30
Abhinav 94ad921959 added tesseract.js library 2022-03-15 09:26:13 +05:30
Abhinav 9e11f73ee3 remove custom ssd-mobilenet model 2022-03-04 19:35:11 +05:30
Abhinav 4a418ad03d add coco-ssd for testing 2022-03-04 19:35:10 +05:30
Abhinav 2e90bf3a66 add backend-cpu for ssd-mobileNet 2022-03-04 19:35:10 +05:30
Abhinav beba21b97c add ssd-mobilenet as package 2022-03-04 19:16:15 +05:30
Shailesh Pandit 8a3b08f4a7 Move wicg-file-system-access to devDependencies 2022-02-08 10:23:38 +05:30
Shailesh Pandit d990a95a06 Merge branch 'machine-learning' into ml-search-beta 2022-02-02 12:44:40 +05:30
Shailesh Pandit 70e14572eb Ml data import export using streams fs api and zip 2022-02-02 12:24:08 +05:30
Shailesh Pandit c0c5d828f8 Remove unnecessary packages 2022-02-01 12:54:05 +05:30
Shailesh Pandit f6f701061c Merge branch 'master' into machine-learning 2022-01-31 19:41:59 +05:30
Abhinav Kumar 3c58e02f66
Merge pull request #333 from ente-io/albums-ente-io
copy of albums.ente.io setup
2022-01-28 11:45:45 +05:30
Abhinav 61f6d497b0 v0.4.4 2022-01-27 15:55:47 +05:30
Abhinav 94a0c07430 moved masking logic to landing page 2022-01-25 14:30:28 +05:30
Shailesh Pandit b21e5608bd Use published similarity-transformation 2022-01-24 12:43:42 +05:30
Shailesh Pandit aab8351b23 Use published blazeface-back model 2022-01-24 10:53:37 +05:30
Shailesh Pandit 1fa4a8cf66 Update hdbscan to use iterative implementation
to avoid js stack limits
2022-01-16 16:34:40 +05:30
Abhinav 531c845b20 v0.4.3 2022-01-14 19:00:48 +05:30
Abhinav 2375f016fb remove node forge 2022-01-13 17:37:09 +05:30
Abhinav 9bbc495a3d v0.4.2 2022-01-13 15:22:03 +05:30
Abhinav 6162c26cdc v0.4.1 2022-01-13 11:53:11 +05:30
Shailesh Pandit 4cd781d201 Update hdbscan to remove mst tree from storage 2022-01-12 20:35:04 +05:30
Shailesh Pandit aa6b40b724 Make ml sync configs editable on debug page 2022-01-10 22:28:09 +05:30
Shailesh Pandit cc7d2355f7 Update hdbscan to use cluser selection method and epsilon 2022-01-10 14:56:00 +05:30
Shailesh Pandit 4cb552046a Use IndexedDB without forage to use indexes 2022-01-04 11:26:16 +05:30
Shailesh Pandit 162d760b80 Use transformation-matrix package for transforms 2021-12-29 10:32:01 +05:30
Abhinav d5c7ebe346 v0.4.0 2021-12-20 13:52:43 +05:30
abhinavkgrd fc62728d85
Merge pull request #205 from ente-io/export-v2
Export v2
2021-12-19 14:47:42 +05:30
dependabot[bot] ca05d41cb4
Bump next from 11.1.2 to 11.1.3
Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v11.1.2...v11.1.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 05:50:56 +00:00
Shailesh Pandit 2d17dd30e9 For uploaded files use local files for ML Sync
Extract out ML work manager and sync job from worker
Start and stop ML Sync job on app start, login and logout
2021-12-12 23:12:18 +05:30
Shailesh Pandit 28b77bcf0a Merge branch 'master' into machine-learning 2021-12-07 18:41:29 +05:30
Abhinav fe6d0c4125 merge master into export-v2 2021-11-26 12:06:58 +05:30
Shailesh Pandit d16837262d Use arcface alignment for mobilefacenet
Use rotation alignment in blazeface to fapi flow
Extract aligned face images before embeddings calculations
2021-11-20 14:56:36 +05:30
Shailesh Pandit 3764e67709 Add required face-api.js files to work with latest tfjs 2021-11-17 14:14:43 +05:30
Shailesh Pandit 4171e8cb3a Use blazeface for detection, face-api for alignment and embeddings 2021-11-17 14:01:30 +05:30
Shailesh Pandit cbaba79db9 Use hdbscan debug info to visualize mst tree 2021-11-14 16:30:23 +05:30
Shailesh Pandit afa8fc2a81 Use hdbscan implemented following scikit-learn package 2021-11-13 10:41:32 +05:30
Neeraj Gupta 9b333807a2
Add support to show mnemonic recovery key 2021-11-13 00:23:05 +05:30
Abhinav 3bb87d6343 add package ro edit exif 2021-11-11 12:54:28 +05:30
Shailesh Pandit 4d8c1571df Use TSNE to visualize faces over 2d plot 2021-11-09 19:16:52 +05:30
Shailesh Pandit 4bd52d53ee Use HDBSCAN for clustering and visualize results 2021-11-07 19:09:39 +05:30
Shailesh Pandit 6fb22e429c Testing with face face-api.js 2021-11-05 20:56:41 +05:30
Abhinav 36163987bb v0.3.44 2021-11-05 15:04:26 +05:30
Shailesh Pandit 1f162f4d46 Add jpeg-js till wasm lib is added for jpeg decoding 2021-11-04 17:22:23 +05:30
Shailesh Pandit 955e2e965f Add dbscan clustering 2021-11-04 17:01:00 +05:30
Shailesh Pandit 748d914e93 Add @tensorflow/tfjs-tflite and wasm static files 2021-11-04 16:33:44 +05:30
Shailesh Pandit 2f767ed83f Add TFJSFaceDetectionService 2021-11-04 16:11:07 +05:30
Abhinav 19074bd753 remove react-datetime-picker package 2021-11-02 11:17:16 +05:30