Skip to content
View bellabf's full-sized avatar

Block or report bellabf

Report abuse

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

Report abuse
bellabf/README.md

Hi, I'm Bella 👋

banner that says Isabella-Bicalho Frazeto - ml engineer, data scientist and content creator alongside ai generated cartoon illustration of Isabella

  • 🌟 Machine Learning Engineer and Data Scientist

  • @bisnotforbella everywhere else

  • ♻️ Open source, Open data, and Open models enthusiast

  • 💌 Follow my newsletter to hear about awesome women in data

  • 📢 Interesting in having me speak at an upcoming event or workshop? Send me a message!

What I Do 💡

class Bella:
    def __init__(self):
        self.motto = "All models are wrong, but some I am emotionally attached to"
    
    def daily_routine(self):
        return [
            "Coffee ☕ => Code",
            "Walk my dog 🐕",
            "Train models until they behave",
            "Beg models to output valid JSONs",
            "Convince LLMs that strawberry does have 2 rs",
            "model.to('cuda') # please",
            "More coffee ☕"
        ]
    
    def current_projects(self):
        return {
            "🧬 BioLM": "Training transformers on genomic sequences",
            "⚖️ Legal ML": "Multi-lingual document processing",
            "🌳 GreenUrban": "Mapping green spaces via remote sensing",
            "🤝 Open Source": "Contributing to ML community projects"
        }

me = Bella()

Tech Stack 🛠️

  • ML/DL: PyTorch · TensorFlow · Scikit-learn · Hugging Face · LangChain
  • Computer Vision: OpenCV · Scikit-image · YOLO · Ultralytics
  • NLP & LLMs: Transformers · Diffusers · LangChain · Spacy · RAG
  • MLOps: MLflow · W&B · Docker · Git · CI/CD
  • Data: Pandas · NumPy · GeoPandas · SQL · SPARQL

Latest Content 📚

Let's Connect!

LinkedIn 💼
Twitter 🐦
Email ✉️


Pinned Loading

  1. RagDerby RagDerby Public

    Jupyter Notebook 1

  2. survive-your-masters-degree survive-your-masters-degree Public

    Checklist for people's starting their master degree

  3. computer-vision-course computer-vision-course Public

    Forked from huggingface/computer-vision-course

    This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord

    Jupyter Notebook 2

  4. dimensional-reduction dimensional-reduction Public

    HTML 13 3

  5. chat-bot-panel-openai chat-bot-panel-openai Public

    A Python project that creates a web-based chat interface using OpenAI's API and the Panel library

    Python 3