class AboutMe:
def __init__(self):
self.name = "Mariana Martins"
self.degree = "Data Science and Artificial Intelligence"
self.university = "Universidade Federal da Paraíba (UFPB)"
self.expected_graduation = 2027.1
self.location = "João Pessoa, PB"
self.internship = {
'position': "BI & Data Engineering Intern",
'company': "Energisa",
'description': (
"Support in data integration processes using Oracle Data Integrator (ODI), including ETL development "
"and maintenance. Perform data validation in SQL Server and Oracle, create Power BI dashboards, "
"automate reporting routines, and collaborate on KPI definition and data governance documentation."
)
}
self.bio = (
"Passionate about technology, I strive to develop innovative solutions focused on AI and Data Science. "
"I bring both academic and self-taught experience in data analysis, machine learning, and data visualization. "
"Driven by results, I aim to create solutions that generate positive and measurable impact."
)
class CurrentlyStudying:
def __init__(self):
self.skills = {
'technical': ['Python', 'SQL', 'Power BI', 'ODI (Oracle Data Integrator)', 'Machine Learning'],
'languages': ['Portuguese (native)', 'English (advanced)', 'French (intermediate)'],
}
self.focus = "Advanced machine learning, data engineering, and analysis of large-scale datasets."
self.interests = (
"Emerging technologies, Explainable AI, Predictive Analytics, Data Architecture, "
"and scalable Big Data solutions."
)
-
Universidade Federal da Paraíba
- João Pessoa
- in/profile-mariana-martins
Popular repositories Loading
-
ChatBot-MunicipAI
ChatBot-MunicipAI PublicIntelligent chatbot with Indicators Dashboard developed for internal use by a private company, with the aim of providing fast and reliable responses on public data from Brazilian municipalities and…
-
Dashboard-Customer-Churn
Dashboard-Customer-Churn PublicAn interactive dashboard to visualize customer churn metrics and indicators for a fictional service, built using Dash, Plotly, and Bootstrap.
Jupyter Notebook 2
-
API-LogisticRegression
API-LogisticRegression PublicEnd-to-end machine learning project with logistic regression to predict customer churn, using FastAPI for the backend and Streamlit for a modern, interactive frontend.
Python 1
-
-
FlowerClassifier-CNN
FlowerClassifier-CNN PublicImage classification using deep learning to recognize different types of flowers.
Jupyter Notebook
-
Handwritten-Digit-Recognition
Handwritten-Digit-Recognition PublicMachine Learning project for recognizing handwritten digits using the MNIST dataset.
Jupyter Notebook 1
If the problem persists, check the GitHub status page or contact support.