Inspiration
I was inspired my NovelAI and InferKit.
What it does
This is a website that implements simple transformer models.
How we built it
Using Flask, Tensorflow, and SQLite.
Security Features
I would like to highlight some of what was happening to keep the user, the user’s account, and their data safe. The forms were all csrf-protected. We, of course, have user verification. For the verification url, I used a hashed and encoded url. This makes it impossible for people to verify an account that is not theirs. All passwords are one-way hashed. I also used secure cookies to keep our user logged in. To prevent spam, I also placed a cooldown in between messages. It is set to 20 seconds.
Log in or sign up for Devpost to join the conversation.