IPED
IPED copied to clipboard
IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by p...
Most of them, if not all, are specific to some panels. #1266 used a global approach that could be used everywhere.
Ffmpeg is used to break audios longer than 1min and must be set on PATH explicitly by user. Maybe we can use the already embedded mplayer to break large audios,...
When working on #908, I got some weird "access denied" errors when using parallelStream() in graph CSVs (un) compression, so I did a simple change to use normal stream() instead...
Currently it is done in UfedXmlReader class, from item producer thread, but it could be a heavy task, mainly when processing emails, since it handles item content. This possible bottleneck...
Based on results reported on [#1214](https://github.com/sepinf-inc/IPED/issues/1214#issuecomment-1207470644), we should switch the Google implementation to `latest_long` model or make the model configurable.
Awesome work published in this paper: https://arxiv.org/pdf/2107.11414.pdf Scripts, data sets references and models in this repo: https://github.com/lucasgris/wav2vec4bp 400 hours of pt-BR audios used for training! Average WER for pt-BR is...
It's very uncommon to find those evidences embedded into others in real world cases. But I have seen investigators processing folders with a bunch of UFDR files inside. That is...
When finished this will close #1214. Running directly from a python task (using jep) didn't work, model loading freezes... so I'm using an external python process to do the hard...
Seems the scores for some multi term query results (prefix, wildcard, etc) are being returned as a fixed value. Ideally this should be improved to be proportional to the number...
Currently all loaded columns (visible at some time since the case was opened) are exported to CSV property listing. An export column chooser would be ideal, but exporting just currently...