Re: [CODE4LIB] Keyword Extraction from Text

2019-09-17 Thread Chris Moschini
We use Google Universal Sentence Encoder which operates on TensorFlow. https://tfhub.dev/google/universal-sentence-encoder/1 It's impressive because it can handle multi-word "keywords", which ends up being forgotten a lot in planning, but critical in actual use. It's pretrained on several languag

Re: [CODE4LIB] Using AWS to store TBs of digital video?

2018-03-01 Thread Chris Moschini
How often will you access the files, and how often do they change? Is the goal to also make them available for viewing online? Amazon's product for this sort of thing is Glacier: https://aws.amazon.com/glacier/ It would be somewhat expensive: $.004/gb/mo, so $4/tb/mo, x200 = $800/mo, or $9600/yr