Commit Graph

54 Commits (224b90b23340c6a5cd56a18c04263d6c280eddf3)

Author SHA1 Message Date
xxmistacruzxx 224b90b233 Integrated current alt-text package structure into benchmarking. Completed benchmarking functionality. 2024-03-21 22:52:53 -04:00
xxmistacruzxx 0102c8ab84 Updated dependency lists with versions. 2024-03-21 19:24:03 -04:00
kethan351 e8da68aa49 to dos 2024-03-20 22:31:45 -04:00
kethan351 72984069f8 more stuff 2024-03-20 22:30:10 -04:00
kethan351 de92c2166d still not workin 2024-03-20 17:21:21 -04:00
XxMistaCruzxX cf4968f80e
Merge pull request #18 from EbookFoundation/dev-david
Updated version pyproject.toml. Added openai to requirements.txt.
2024-03-07 17:33:51 -05:00
xxmistacruzxx 213af3eb70 Updated version pyproject.toml. Added openai to requirements.txt. 2024-03-07 17:33:25 -05:00
XxMistaCruzxX 8fdc71cd95
Merge pull request #17 from EbookFoundation/dev-david
Added OpenAIAPI LangEngine.
2024-03-07 17:30:58 -05:00
xxmistacruzxx 836058447d Added OpenAIAPI LangEngine. 2024-03-07 17:30:09 -05:00
kethan351 7a0631551d reworking with changes in alttext 2024-03-07 16:32:11 -05:00
kethan351 59feace10b automate debugging 2024-03-01 12:22:06 -05:00
XxMistaCruzxX 8c2bc63bff
Merge pull request #16 from EbookFoundation/dev-david
Added path setting for Tesseract. Removed printing in getContext func…
2024-02-29 23:13:40 -05:00
xxmistacruzxx 455e563c40 Added path setting for Tesseract. Removed printing in getContext function. 2024-02-29 23:12:12 -05:00
XxMistaCruzxX f12bd5c950
Merge pull request #15 from EbookFoundation/dev-david
Changed versioning in pyproject.toml
2024-02-20 15:43:50 -05:00
xxmistacruzxx 3186323d43 Changed versioning in pyproject.toml 2024-02-20 15:43:22 -05:00
XxMistaCruzxX 9d927b4c37
Merge pull request #14 from EbookFoundation/dev-david
Fixed bug regarding filepath of html. Changed setting for PrivateGPT …
2024-02-20 15:39:26 -05:00
xxmistacruzxx 501c57453b Fixed bug regarding filepath of html. Changed setting for PrivateGPT to improve speed. 2024-02-20 15:38:50 -05:00
kethan351 e5c5d03d40 automate work 2024-02-16 14:48:55 -05:00
kethan351 131fd07779 get,download,automate 2024-02-16 12:09:45 -05:00
kethan351 87505bb018 automate.py not working 2024-02-15 17:17:30 -05:00
kethan351 7277db936d chunk and download books 2024-02-14 20:07:47 -05:00
XxMistaCruzxX 7b37522c44
Merge pull request #13 from EbookFoundation/dev-david
Fixed version number in pyproject.toml
2024-02-14 19:44:29 -05:00
xxmistacruzxx b3f88af5b5 Fixed version number in pyproject.toml 2024-02-14 19:43:57 -05:00
XxMistaCruzxX 697dcf9adb
Merge pull request #12 from EbookFoundation/dev-david
Reformated engines into folders w/ their own files. Fixed small bug r…
2024-02-14 19:40:31 -05:00
xxmistacruzxx 35b978b492 Reformated engines into folders w/ their own files. Fixed small bug regarding finding context. 2024-02-14 19:39:56 -05:00
kethan351 c164a5b255 ethan branch 2024-02-09 14:07:16 -05:00
XxMistaCruzxX b1ab270a7e
Merge pull request #11 from EbookFoundation/dev-david
edited pyproject.toml for compiling errors
2024-02-02 14:54:21 -05:00
XxMistaCruzxX 3ab8838903 Changed packages path in pyproject.toml 2024-02-02 14:53:18 -05:00
XxMistaCruzxX 93574f7d4b Added more hatchling configuration to pyproject.toml 2024-02-02 14:42:59 -05:00
XxMistaCruzxX 93e5780bb8
Merge pull request #10 from EbookFoundation/dev-david
Updated pyproject.toml to include more dependencies.
2024-02-02 14:17:58 -05:00
XxMistaCruzxX 846788b958 Updated pyproject.toml to include more dependencies. 2024-02-02 14:17:12 -05:00
XxMistaCruzxX bda65d9138
Merge pull request #9 from EbookFoundation/dev-david
Added blipLocal DescEngine
2024-02-02 13:40:55 -05:00
XxMistaCruzxX b0a4d94f31 Merge branch 'main' of https://github.com/EbookFoundation/alt-text into dev-david 2024-02-02 13:38:37 -05:00
XxMistaCruzxX d6174e8ca4 Added local blip as a descEngine. 2024-02-02 13:38:11 -05:00
XxMistaCruzxX 14493d7b1d
Merge pull request #8 from EbookFoundation/dev-david
Fixed bug in multi-threaded association creation. Removed test engine…
2023-11-28 21:18:25 -05:00
XxMistaCruzxX 351e9aaae7 Fixed bug in multi-threaded association creation. Removed test engines from ocrengine and descengine. Condensed Replicate DescEngines into one. 2023-11-28 21:17:35 -05:00
XxMistaCruzxX 739bdbaa6b
Merge pull request #7 from EbookFoundation/dev-david
Added langEngines. Renamed previous method of generating alt-text as …
2023-11-27 19:00:00 -05:00
XxMistaCruzxX 7541877ec7 Added langEngines. Renamed previous method of generating alt-text as V1. Integrated langEngines to refine results of V1 Dataflow. Created V2 Dataflow. Added pydocstrings to all abstract functions. 2023-11-27 18:58:51 -05:00
XxMistaCruzxX 74374f5303
Merge pull request #6 from EbookFoundation/dev-david
Updated README.md. Updated pyproject.toml. Added more to idep.sh.
2023-11-06 17:10:54 -05:00
XxMistaCruzxX 12ec75e996 Updated README.md. Updated pyproject.toml. Added more to idep.sh. 2023-11-06 17:10:32 -05:00
XxMistaCruzxX e9244d2dee
Merge pull request #5 from EbookFoundation/dev-david
Dev david
2023-11-06 14:45:20 -05:00
XxMistaCruzxX b1288c2c1c HUGE COMMIT. Created generative alt-text functions for AltTextHTML. Created parsing functions for AltTextEPUB. Created abstract classes for 'DescEngine' and 'OCREngine'. Created 'ReplicateMiniGPT4API' implementation for 'DescEngine'. Created 'GoogleVertexAPI' implementation for 'DescEngine'. Created 'Tesseract' implementation for 'OCREngine'. 2023-11-06 14:44:05 -05:00
XxMistaCruzxX 7daaf8e206 Created AltTextEPUB class and implemented methods from AltText abstract class. 2023-10-26 14:40:06 -04:00
XxMistaCruzxX fb560b47bc
Merge pull request #4 from EbookFoundation/xxmistacruzxx-patch-1
Update README.md
2023-10-17 17:59:19 -04:00
XxMistaCruzxX e1a4e28b67
Update README.md 2023-10-17 17:59:06 -04:00
XxMistaCruzxX d82184ceed Add and/or changed information in README.md and pyproject.toml. Renamed file structure in '/src'. 2023-10-17 17:35:59 -04:00
XxMistaCruzxX 8758510445 Reconfigure for python-publish Github Action. 2023-10-17 13:24:18 -04:00
XxMistaCruzxX 38a19ab439
Merge pull request #3 from EbookFoundation/xxmistacruzxx-patch-1
Create python-publish.yml
2023-10-17 13:20:46 -04:00
XxMistaCruzxX da38945991
Create python-publish.yml 2023-10-17 13:20:31 -04:00
XxMistaCruzxX 27703e4945
Merge pull request #2 from EbookFoundation/dev-david
Trying new method for CI/CD w/ Github & PyPi.
2023-10-17 13:09:14 -04:00