Skip to content
View aymenkrifa's full-sized avatar

Highlights

  • Pro

Block or report aymenkrifa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aymenkrifa/README.md

Hi, I'm Aymen 👋

Bridging research and real-world impact through AI — from fine-tuning LLMs to deploying scalable, production-ready pipelines. I turn data into tools that work, learn, and deliver real value.

Currently working as a Machine Learning Engineer, building intelligent systems that help the hospitality industry enhance customer experience and streamline operations.

📫 Feel free to visit my website, send me an email or connect on LinkedIn.

Pinned Loading

  1. autoactivator Public

    Autoactivator - Automatically activate Python virtual environments based on project directories.

    Python 6

  2. LinguaDetectio Public

    LinguaDetectio: Fast and Accurate Language Detection for Textual Data. Identify the language of text with precision using state-of-the-art techniques. Powered by FastText and FastAPI.

    Python 4

  3. explosion/weasel Public

    🦦 weasel: A small and easy workflow system

    Python 84 10

  4. fastapi Public

    Forked from fastapi/fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Python 1

  5. aiXplain Public

    Forked from aixplain/aiXplain

    aiXplain enables python programmers to add AI functions to their software.

    Python 1

  6. This Bash function overrides the pip...
    1
    # Overrides 'pip' based on the virtual environment.
    2
    # Uses 'uv pip' if the environment was created by 'uv', otherwise uses 'pip'.
    3
    RED='\033[0;31m'
    4
    GREEN='\033[0;32m'
    5
    BOLD='\033[1m'