Open sandptel opened 1 year ago
hey can u assign it to me? (see ALG for a reference of my work)
hey can u assign it to me? (see ALG for a reference of my work)
Ok sure.
This repository provides you with a deployable model to solve captchas which contains characters with random alphanumeric character which has been strikethrough vertically and/or horizontally.
The tool to scrap these images from the website is available on google colab
Check out my LinkedIn post for the description, use case, and other relevant information.
Make sure you have a Google account and are signed in to access and run the notebook.
Go to Colab Notebook
Add your folder path to captchasolve function and get a list of strings with predicted texts.
Follow the instructions provided in the notebook to run and interact with the project.
add it in the first line
above is what i have done till no, i am not making a pr as i am not done yet as i needed the code to run for a better understanding which is not happening,
it is giving me some errors so can u pls help me debug them?
in from tensorflow.keras.models import Sequential, save_model, load_model model = load_model("/content/kaggle/working", compile = True)
it gives /content/kaggle/working is not found
(also should i also do issue #8 as i am already doing it to run the code)
/content/kaggle/working is the part where it fetches the dataset from the kaggle server. You either run the notebook already provided in kaggle or simply change the location to " /content/kaggle/working " to the location of the downloaded dataset on your server or pc.
Change the old readme file to a better visual.