Explore >> Select a destination


You are here

daniel.fone.net.nz
| | vickiboykis.com
2.6 parsecs away

Travel
| | Art: Mona Lisa with the Keys, Fernand Leger, 1930 Over the past few months, I've been slowly working my way to building up an intuition neural nets through a Generative Adversarial Network project based off DCGAN, to generate new artworks in a given style. Since I'd like to generate abstract art, I'm calling the project GANdinsky. In order for the network to be able to generate new art, you have to feed it samples of art it can generate from.
| | www.binovarghese.com
3.1 parsecs away

Travel
| | Session and token authentication methods are used by the server to verify the client request is authenticated or not.
| | 12factor.net
1.5 parsecs away

Travel
| | A methodology for building modern, scalable, maintainable software-as-a-service apps.
| | www.rasulkireev.com
22.5 parsecs away

Travel
| Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post.