claudiaraphael
💻Programer 📈 Business Intelligence Analyst 📚Post-Graduate in Data Science and Big Data 📊Business Undergraduate 🗺️Rio de Janeiro, B
TreeHuggerzRemote
Pinned Repositories
404-error-page
dev challenge from devchallenges.io
404_error_page
Arrays-e-Objetos
Este repositório contém dois programas básicos para reforçar o conhecimento básico de arrays (vetores) e objetos.
artist-explorer
Artist Explorer is a music discovery tool to to explore artists and music by browsing artists through a relationship tree
dashboard_panel_test
My first interactive dashboard created using the panel framework. It's based on the youtube tutorial by Thu Vu data analytics.
linear_regression
My first linear regression machine learning model. I trained and tested it twice, with different percentages for the training model, first, with 40% of the data and later with 20%.
model_feedforward
This is my first machine learning model. It's built in a feedforward neural network.
netflix_eda
This is an exploratory analysis of a Netflix data base. It's my first project for my portfolio.
queimadas_brazil
Data Science project about the forrest fires in Brazil. It will be a basic Exploratory Data Analysis.
spotify_top_songs
EDA of the top 10000 songs streamed on Spotify. This data was gathered from a kaggle database obtained using webscraping and updated monthly.
claudiaraphael's Repositories
claudiaraphael/404_error_page
claudiaraphael/automacao-limpeza
claudiaraphael/botlogin
This bot was built as an introduction to automation and bot softwares study. It was built in python, using the pyautogui library and jupyter notebook. It performs the login process. An excel interface was used for the login, password and necessary buttons.
claudiaraphael/dashboard_panel_test
My first interactive dashboard created using the panel framework. It's based on the youtube tutorial by Thu Vu data analytics.
claudiaraphael/linear_regression
My first linear regression machine learning model. I trained and tested it twice, with different percentages for the training model, first, with 40% of the data and later with 20%.
claudiaraphael/model_feedforward
This is my first machine learning model. It's built in a feedforward neural network.
claudiaraphael/netflix_eda
This is an exploratory analysis of a Netflix data base. It's my first project for my portfolio.
claudiaraphael/queimadas_brazil
Data Science project about the forrest fires in Brazil. It will be a basic Exploratory Data Analysis.
claudiaraphael/spotify_top_songs
EDA of the top 10000 songs streamed on Spotify. This data was gathered from a kaggle database obtained using webscraping and updated monthly.
claudiaraphael/chatbot
Chatbot created with openai library in python to use in web projects
claudiaraphael/dashboard_app_fruits
My first dashboard app with an interactvie graph. Developed with Dash and Plotly.
claudiaraphael/dashboard_contoso_vendas
Dinamix dashboard for the Contoso Vendas database (Contoso sales)
claudiaraphael/EDA_faturamento_servicos
claudiaraphael/fizzbuzz
FizzBuzz challenge from the server </CodeINova>. The challenge is to run through a range from 1 to 20, including 20, checking for numbers that can be divided by 3 and/or 5. When the loop finds a number divisible by 3, it prints 'Fizz', when it finds one divisible by 5, it prints 'Buzz'. When it's divisible by both 3 and 5, it prints 'FizzBuzz'.
claudiaraphael/git_practice
practicing git commands, commiting, merging etc.
claudiaraphael/hashtag_pandas
Repositório com o desenvolvimento dos meus estudos no curso Hashtag Treinamentos. Esse repositório possui todo o módulo de pandas do curso, junto com o meu código desenvolvido para estudar e praticar o aprendizado do framework pandas.
claudiaraphael/lotr_story_generator
This is a Lord of the Rings themed game created with python the choice framework. It generates a new story everytime it runs.
claudiaraphael/mastermind
This is an intermediate level python project from a tutorial video by TechWithTim. It's a game called Mastermind.
claudiaraphael/moon
claudiaraphael/mp3player
claudiaraphael/multiclipboard
claudiaraphael/portfolio_website
claudiaraphael/quantos_algorismos
claudiaraphael/react_game_page
This is a game page created with react in the tutorial by @ProgrammingwithMosh on youtube.
claudiaraphael/responsive-portfolio-website-Alexa
Responsive Portfolio Website Using HTML, CSS & JavaScript
claudiaraphael/test_repo
claudiaraphael/vowel_count
claudiaraphael/weather_api
This is my first python project for my portfolio. In it I developed a software able to fetch weather data from many cities (the data base I from openweathermap.org has over 200k cities worldwide). This was my first time using an API. This was based on a tutorial from the youtube channel TechWithTim.
claudiaraphael/web_scraping_quotes
claudiaraphael/world_population_EDA
This is my first Exploratory Data Analysis. I have extracted a world population database from Kaggle. I used Pandas to treat the data. I also used Plotly Express to generate the graphs relating the Growth Rate in Easch Country by year.