SuryaSekhar14 / gpt2-aiwriter

Uses GPT-2 AI Model by OPEN AI to generate blogs based on given inputs. Backend in Flask, Frontend in HTML, CSS, Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Writer

AI Writer takes in inputs, and outputs a fully written blog post.

Note: The GPT-2 Model Binary file is not uploaded to GitHub, so the code will not work if cloned.


To run test server,

python3 app.py

To-Do:

  • Change Frontend to React.js
  • Implement User Accounts using Firebase in React.js
  • Refactor Flask App Code
  • Improve the AI Model (Just being honest here *ahem it's not really good right now *ahem)

About

Uses GPT-2 AI Model by OPEN AI to generate blogs based on given inputs. Backend in Flask, Frontend in HTML, CSS, Bootstrap.


Languages

Language:Python 32.2%Language:HTML 28.6%Language:CSS 28.2%Language:JavaScript 11.0%