human benchmark
1.0.0
楽しみとして、人間のベンチマーク テストで非常に優れた結果を示すスクリプトを作成してみてください。このテストは、https://humanbenchmark.com/ にあります。
pip3 install pyautogui # Mouse/Keyboard/Screen Control
npm install open // js open websites
npm install robotjs // equivalent of pyautogui for JS
sudo apt install tesseract-ocr // install tesseract on command line (image recognition)
sudo apt install libtesseract-dev // not sure if this one is actually necessary
目標トレーナー: node aim_trainer.js
チンパンジーのテスト: TODO
ナンバーメモリー: TODO
反応時間 (Python [遅い]): python3 reaction_time.py
反応時間(JavaScript [FAST]): node reaction_time.js
シーケンスメモリー: TODO
入力: python3 typing.py
言語記憶: python3.8 language_memory.py
視覚的記憶: TODO
ロボットjs: