Skip to content
View aymenkrifa's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 autoactivator Public

    ๐Ÿ“ฆ Manage your Python Virtual Environments Effortlessly

    Python 6

  2. LinguaDetectio 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. reaper reaper Public

    ๐Ÿ’€ A simple TUI for listing and killing listening ports

    Rust 1

  4. explosion/weasel explosion/weasel Public

    ๐Ÿฆฆ weasel: A small and easy workflow system

    Python 87 13

  5. aiXplain 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... This Bash function overrides the pip command to use uv pip when inside a virtual environment created by uv. It automatically detects UV environments and falls back to standard pip if uv is unavailable or the environment isnโ€™t UV-based. Includes clear feedback for each operation.
    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'