- A
Django
web application that takes any youtube link and generates a blog article from the transcript of that video. The video transcript is attained usingAssemblyAI API
then that transcript is transformed into a blog post usingMeta AI API
.
- Upon entering the web application, the user can either signup or login if they already signed up
- The user can then add a youtube link to generate a blog post or look into old posts saved to their account
- Every user can access the blog posts and get the title of the post with the post summary
The application runs on your local server.
-Languages: Python (3.0+)
-Frameworks: Django
-Database: PostgreSQL
git clone https://github.com/AbbasSalloum/AI-Blog-Generator.git
cd ai_blog_app
to access the main repositorypip install any requirements
to install the projects dependenciespython manage.py runserver
to run the application onhttp://127.0.0.1:8000/