Welcome to the AI Article Generator! The AI Article Generator is a powerful backend API designed to revolutionize content creation. With this innovative tool, users can effortlessly generate AI-written articles on any topic of their choice. Whether you're a content creator, developer, or researcher, our API offers a seamless way to access dynamically generated articles with just a few simple requests.
-
Topic-Agnostic Generation: Enter any topic and let our AI-powered backend create informative and engaging articles tailored to your request.
-
Quality Content: Enjoy well-structured articles written in a natural language that mirrors human-like fluency and coherence.
-
Versatile Integration: Integrate the AI Article Generator into your applications, websites, or projects easily via a RESTful API.
Kindly Follow these steps to quickly set up and use the API.
Make sure you have the following installed on your machine:
- Clone the Repository:
git clone https://github.com/Divyansh0811/AI-Article-generator.git
- Create a Virtual Environment:
python -m venv venv
- Activate the virtual Environment:
- On Windows
.\venv\Scripts\activate
- On MacOS/Linux
source venv/bin/activate
- On Windows
- Install Dependencies:
pip install -r requirements.txt
- Run the API:
uvicorn main:app --reload
- Generate an Article:
POST http://localhost:8000/generate_article BODY: { "topic" : "Your_Desired_Topic" }