shamspias / automation-tools

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.7%Language:Shell 0.3%