Guessing numbers with our typical python code is no longer fun.
How about we use genetic algorithm to guess?
and why numbers? let's use strings instead.
In this project, I am developing a genetic algorithm to guess a given string.
- Include numbers and more punctuations.
- Deploying it on Flask.