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

Can JDLL run in Termux/Lunix emulator #46

Open
LobsterMan123 opened this issue May 6, 2024 · 1 comment
Open

Can JDLL run in Termux/Lunix emulator #46

LobsterMan123 opened this issue May 6, 2024 · 1 comment

Comments

@LobsterMan123
Copy link

Can JJDLL run in the Android app known as Termux?

Termux is a Linux terminal emulator for Android but its file structure is not identical to Linux. Libraries writtwn in pure Java run fine in such environment and seeing JDLL is only 0.1% written in C, I was wondering if I could do some binary classification deep learning without using the 0.1% code in C? Will any and all AI/deep learning from JDLL require using the C code? I am indeed trying to write, compile and execute the code using the JDLL library on my Android device (ARM 32 bit processor).

@carlosuc3m
Copy link
Member

HEllo @LobsterMan123 , first of all sorry for the late response.

Even though that JDLL is in its majority Java, it uses JAva depencencies that use dynamic libraries, mainly for the Deep LEarning part. And as far as I know, these dynamic libraries only have support for windows-x86_64, linux-x86_64, mac-x86_64 and mac-arm64

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

2 participants