Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:gsoc:2018:achie27 [2018/08/14 12:45] achie27 added ocr stuff |
public:gsoc:2018:achie27 [2018/08/17 18:17] (current) achie27 formatting |
||
---|---|---|---|
Line 15: | Line 15: | ||
===== Links ===== | ===== Links ===== | ||
Project repo - [[https://github.com/achie27/FabBits|github.com/achie27/FabBits]] \\ | Project repo - [[https://github.com/achie27/FabBits|github.com/achie27/FabBits]] \\ | ||
- | Blog posts - [[http://www.medium.com/@achie27 | medium.com/@achie27]] | + | Blog posts - [[http://www.medium.com/@achie27 | medium.com/@achie27]] \\ |
+ | Samples - [[ https://drive.google.com/drive/folders/1lsrLW0c7Pq4FYpWZjrCqKs3RFTwL-1ub | Drive folder]] | ||
===== Requirements ===== | ===== Requirements ===== | ||
You need the following things to run FabBits-\\ | You need the following things to run FabBits-\\ | ||
Line 24: | Line 24: | ||
4. [[ https://www.riverbankcomputing.com/software/pyqt/intro | PyQt5 ]] - Used to make the GUI \\ | 4. [[ https://www.riverbankcomputing.com/software/pyqt/intro | PyQt5 ]] - Used to make the GUI \\ | ||
5. [[ https://scipy.org | Scipy ]] - Used for audio processing \\ | 5. [[ https://scipy.org | Scipy ]] - Used for audio processing \\ | ||
- | 6. [Tesserocr](https://github.com/sirfz/tesserocr) - Used for, well, OCR | + | 6. [[ https://github.com/sirfz/tesserocr | Tesserocr]] - Used for, well, OCR \\ |
- | 7. [Pillow](https://pillow.readthedocs.io/en/latest/) - Used to preprocess images for OCR | + | 7. [[ https://pillow.readthedocs.io/en/latest/ | Pillow ]] - Used to preprocess images for OCR \\ |
The python dependencies can be installed by running - \\ | The python dependencies can be installed by running - \\ | ||