Skip to content

Instantly share code, notes, and snippets.

View imakecodes's full-sized avatar
🔬
Researching...

Michel Wilhelm imakecodes

🔬
Researching...
View GitHub Profile

Leis e Regulamentações para Inteligência Artificial

1. Proteção de privacidade

a) Consentimento informado

Exigir que empresas obtenham consentimento informado dos usuários antes de coletar, armazenar ou processar seus dados pessoais para fins de IA.

b) Transparência

As empresas devem divulgar claramente quais dados pessoais estão coletando, como estão sendo utilizados e por quanto tempo serão armazenados.

[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[advice]
statusHints = false
[user]
name = Michel Wilhelm
email = meu@email.com
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[advice]
statusHints = false
[user]
name = Nome da Criatura
email = nome.da@criatura.com
file content here

Keybase proof

I hereby claim:

  • I am imakecodes on github.
  • I am imakecodes (https://keybase.io/imakecodes) on keybase.
  • I have a public key ASCR-02x0DLEE4bt4CA8gxS0zQP4ygTZ0TVU4ZsNv8V1qQo

To claim this, I am signing this object:

{
"basics": {
"name": "Michel Wilhelm",
"label": "Fullstack Developer",
"picture": "",
"email": "michelwilhelm@gmail.com",
"website": "https://github.com/imakecodes",
"summary": "Developer since 2008 working with web",
"profiles": [
{
import React, { useState, useEffect } from 'react';
import clsx from 'clsx';
import validate from 'validate.js';
import { makeStyles } from '@material-ui/styles';
import {
Button,
Card,
CardActions,
CardContent,
TextField,
import requests
import os
import shutil
import pendulum
base_url = "https://vidadeprogramador.com.br/uploads/"
comic_id = 2074
exit = False
year = "2020"
from bisect import bisect
from random import random
def weighted_choice(choices):
if not choices:
return None
values, weights = zip(*choices)
total = 0