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

Add ML for 1.4.0 #64

Open
wants to merge 13 commits into
base: 1.4.0
Choose a base branch
from
Open

Add ML for 1.4.0 #64

wants to merge 13 commits into from

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5bb5317 View commit details
    Browse the repository at this point in the history
  2. Another attempt. LibGL is driving me crazy

    We don't use it. But for some reason the headless openCV is being overriden by Yolo's openCV. trying with libgl1-mesa-glx now
    DiegoPino committed May 14, 2024
    Configuration menu
    Copy the full SHA
    01ee282 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    9100818 View commit details
    Browse the repository at this point in the history
  2. update to alpha3

    DiegoPino committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd7ffbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50b0f36 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update docs for NLP

    DiegoPino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fb9a199 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    badc8ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51bd729 View commit details
    Browse the repository at this point in the history
  3. New python (system managed) does not allow direct pip installs

    So (still testing... need to see this running) we used an virtual environment. If not all the previous calls end in something like
    
    44.72 + python3 -m pip install --user -r requirements.txt --ignore-installed packaging
    44.85 error: externally-managed-environment
    44.85
    44.85 × This environment is externally managed
    44.85 ╰─>
    44.85     The system-wide python installation should be maintained using the system
    44.85     package manager (apk) only.
    DiegoPino committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    22e115a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f7365ca View commit details
    Browse the repository at this point in the history
  2. FACE not FACET diego

    Gosh
    DiegoPino committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9a6a46d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. YES! Damn python and tensorflow and keras and numpy 2.0 (long life to…

    … PHP)
    
    But i fixed it @alliomeria !! GOSHH
    DiegoPino committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e3633fd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. I have no idea why. But tensorflow seems to fail if not uninstalled/r…

    …einstalled
    
    after the ML models
    
    Might be that torch/pillow/pandas or scikit-learn end fetching their own requirements breaking everything (maybe it is Keras).
    
    But this works. It does work (does it work?) pretty sure it does
    DiegoPino committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7f336e2 View commit details
    Browse the repository at this point in the history