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 I use this package to execute a custom Python script placed in the project/assets folder? #17

Open
tnghieu opened this issue Nov 22, 2023 · 1 comment

Comments

@tnghieu
Copy link

tnghieu commented Nov 22, 2023

I have some ML commands I need to execute via Python and Python math libraries. Is dart python ffi a good use case for executing this script to then expect a return value?

@IVLIVS-III
Copy link
Owner

This project in its current form is a good fit, as far as only pure python modules are used.

Pure python modules are modules which

  • implement all of their functionality in python and
  • depend only on other pure python modules.
    This means modules like numpy, pandas and pytorch cannot be used at the moment.

I think your math libraries for ML tasks most likely are not pure python modules. So the answer is most likely no for your usecase.

Feel free to list all python modules you want to use and I can check if they are supported.

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