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.
- Host: GitHub
- URL: https://github.com/danieldev0724/ai-writer
- Owner: danieldev0724
- Created: 2023-07-03T16:45:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T04:46:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T08:51:21.498Z (about 1 year ago)
- Topics: ai, ai-writer, chatgpt, django, python
- Language: JavaScript
- Homepage:
- Size: 614 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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)