Hi, I am an industrial design student and as part of my project, I need to make an AI that enhances drawing. It is not expected of me to make something from scratch I can use already existing models. However, I need to add something to it of course. I don’t have sufficient knowledge in programming to get started and I could use any advice. I want to spend time on this but i would go with a simple option as I don’t have time to learn everything. I would be super happy if someone could help
Welcome to the TensorFlow Forum!
You can try using TensorFlow GAN (Generative Adversarial Network) Model. Please refer to the pix2pix cGAN model for your requirement. You can also have a look at the Convolutional Autoencoder model for denoising and enhancing the pic. Thank you.