Skip to content

Some automated script like auto blog writer or proofreader with django rest framework using gpt3 and other library

Notifications You must be signed in to change notification settings

shamspias/automation-tools

Repository files navigation

Automation Tools

Boost Your Work With Automation

Automated Tools

  • Translate Documents with multiple Translator
  • Proofreading with GPT-3 davinci model
  • Automatic Blog Maker with GPT-3 davinci model

Technology

Programming Language

  • Python3

Framework

  • Django
  • Django REST framework

Libraries

Tools

  • GPT-3
  • FFmpeg

Installation

Download and Install Additional Software

1. pypandoc

2. FFmpeg

Create a Virtual Environment

Windows

  • Make sure you have python installed on your pcopen cmd or PowerShell

    python -m venv yourvenv

Linux and MAC

  • Open terminal
sudo apt-get install python3-pip -y && sudo apt-get install python3-venv -y

After that just type

python3 -m venv yourvenv

Activate Virtual Environment.

Windows

yourvenv/Scripts/activate

  • If show any error then open Powershell in admin then type

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned and press "A" then Enter.

Linux

. yourvenv/bin/activate

  • Install the requirement.txt

Windows

pip install -r requirement.txt

Linux

pip3 install -r requirement.txt

RUN

python manage.py runserver ip:port

  • Example

python manage.py runserver 0.0.0.0:8000

About

Some automated script like auto blog writer or proofreader with django rest framework using gpt3 and other library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published