Coder Social home page Coder Social logo

captha_scraper's Introduction

captha_scraper

script to get data from a website where the captcha protection is active

strategy : run scripts\converter.bat data\captcha7.jpg 60 95 run scripts\converter.bat data\captcha7.jpg 80 95

load the longest string and try it

Going with Sphynx (the other choice is wit.ai)

1- https://github.com/Uberi/speech_recognition/blob/master/reference/pocketsphinx.rst pip install pocketsphinx

model_dir = C:\Users\NJean\Miniconda3\envs\deeplearning\lib\site-packages\speech_recognition\pocketsphinx-data\en-US 2 - add italian https://drive.google.com/open?id=0Bw_EqP-hnaFNSXUtMm8tRkdUejg

bash script #!/usr/bin/env bash SR_LIB=$(python -c "import speech_recognition as sr, os.path as p; print(p.dirname(sr.file))") sudo apt-get install --yes wget unzip sudo wget https://db.tt/tVNcZXao -O "$SR_LIB/fr-FR.zip" sudo unzip -o "$SR_LIB/fr-FR.zip" -d "$SR_LIB" sudo chmod --recursive a+r "$SR_LIB/fr-FR/" sudo wget https://db.tt/2YQVXmEk -O "$SR_LIB/zh-CN.zip" sudo unzip -o "$SR_LIB/zh-CN.zip" -d "$SR_LIB" sudo chmod --recursive a+r "$SR_LIB/zh-CN/"

3 - get sox

4 - get pydub https://stackoverflow.com/questions/36458214/split-speech-audio-file-on-words-in-python

pip install SpeechRecognition

https://github.com/Uberi/speech_recognition/blob/master/examples/audio_transcribe.py

captha_scraper's People

Contributors

mspadaccino avatar njean78 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.