Hi, I believe you should get some quote from experts instaed. You see, I used to deal with this company to create artificial intelligence software and should say I was impressed by the quality, high level and should say they are real professionals. I got the best product and results are beyond any means. Check both their portfolio and some reviews. I am pretty sure you`ll be impressed too. Simply give them a try, good luck
-- Edited by mizery on Friday 7th of July 2023 02:14:58 AM
"Computer Science: A First Course" 2nd edition, by Forsythe, Keenan, Orgnick, and Stenberg, 1975.
"Artificial Intelligence: A Modern Approach" 4th edition, by Russell and Norvig, 2022.
In "Computer Science" the AI algorithm, Depth-First Search is examined in detail. A Flow Chart is given for the AI algorithm and an execution trace in its application to the Four Color Map problem. The Depth-First Search algorithm uses recursion and backtracking.
You could take that algorithm and implement it to color a map of Europe or any other continent.
That is how you could build your own AI.
Then look in "Artificial Intelligence" to understand the other AI algorithm that similar and different from Depth-First Search.
I have implemented the Four Color Map solver in both SNOBOL4 and C and have run the programs on an Intel Macintosh and ARM Raspberry Pi 4. I have run the solver for a varity of maps including the 48 states of continental USA.