Skip to content

Instantly share code, notes, and snippets.

View olehcambel's full-sized avatar
🐍

Олег Моисеенко olehcambel

🐍
  • @[object Object]
  • Kyiv
View GitHub Profile
package main
import (
"bufio"
"fmt"
"log"
"os"
)
/*
list.txt
@olehcambel
olehcambel / who-face.go
Last active May 20, 2020 07:20
detect face
package main
import (
"flag"
"fmt"
"io/ioutil"
"log"
"regexp"
"github.com/Kagami/go-face"
require("microtime");
const
_ = require('lodash'),
Benchmark = require('benchmark'),
suite = new Benchmark.Suite,
result = [],
seedSize = 10000,
seedData = Array(seedSize).fill().map(() => String(Math.round(Math.random() * seedSize))).reduce((obj, val) => {