An open API service indexing awesome lists of open source software.

https://github.com/danieldev0724/ai-writer

AI Writer is a web application that utilizes GPT-3 technology to generate high-quality essays and articles on a variety of topics. It is designed to make the writing process faster and more efficient for students, writers, and professionals.
https://github.com/danieldev0724/ai-writer

ai ai-writer chatgpt django python

Last synced: 9 months ago
JSON representation

AI Writer is a web application that utilizes GPT-3 technology to generate high-quality essays and articles on a variety of topics. It is designed to make the writing process faster and more efficient for students, writers, and professionals.

Awesome Lists containing this project

README

          

# AI Writer

AI Writer is a website that utilizes GPT-3 technology to generate high-quality essays and articles on a variety of topics. It is designed to make the writing process faster and more efficient for students, writers, and professionals.

![image](https://user-images.githubusercontent.com/33957756/213571121-ce79aa3b-c6af-4c72-a0e5-a924109006e9.png)

## Features

- Essay writing: The website provides a form where users can enter a topic and receive a written essay on the topic.
- Paraphrasing: The website also has a form where users can input a paragraph and receive a paraphrased version of the paragraph.

## Getting Started

To run the website locally, clone the repository and run the following commands in your terminal:

python manage.py runserver

The website will then be available at http://127.0.0.1:8000/

## Built With

- [Django](https://www.djangoproject.com/) - The web framework used
- [OpenAI GPT-3](https://openai.com/gpt-3/) - The AI model used

## Author

- **Eyad ElShabrawy** - [eyadelshabrawy](https://github.com/eyadelshabrawy)