Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor pytesseract and whisper for newer versions #142

Open
benjaminLuoHC opened this issue Feb 6, 2024 · 2 comments
Open

Monitor pytesseract and whisper for newer versions #142

benjaminLuoHC opened this issue Feb 6, 2024 · 2 comments

Comments

@benjaminLuoHC
Copy link
Contributor

benjaminLuoHC commented Feb 6, 2024

There are currently depreciation warnings on pytesseract and faiss-cpu libraries (PR #139) as these libraries use other libraries that are soon-to-be depreciated

Need to monitor their pypi and GitHub pages to see if these warnings are addressed in newer versions

Detailed overview: #139 (comment)

@benjaminLuoHC
Copy link
Contributor Author

benjaminLuoHC commented Feb 13, 2024

Note faiss-cpu is not the official library; it is a wrapper around it as the original appears to be too big to package onto pypi

kyamagu/faiss-wheels#57

(The original is just faiss but it's 4 years behind faiss-cpu)

@benjaminLuoHC
Copy link
Contributor Author

The PyArrow warning can be fixed by adding pyarrow to the project requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant