Skip to content

AI Article Generator backend service built using FastAPI & LangChain. 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

Notifications You must be signed in to change notification settings

Divyansh0811/AI-Article-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Article-generator

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.

Key Features:

  • 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.

Getting Started

Kindly Follow these steps to quickly set up and use the API.

Prerequisites

Make sure you have the following installed on your machine:

  • Python (version 3.7 or higher)
  • Git (optional, for cloning the repository)

Installation

  1. Clone the Repository:
    git clone https://github.com/Divyansh0811/AI-Article-generator.git
    
  2. Create a Virtual Environment:
    python -m venv venv
  3. Activate the virtual Environment:
    • On Windows
      .\venv\Scripts\activate
    • On MacOS/Linux
      source venv/bin/activate
  4. Install Dependencies:
     pip install -r requirements.txt
    

Usage

  1. Run the API:
     uvicorn main:app --reload
  2. Generate an Article:
      POST http://localhost:8000/generate_article BODY: { "topic" : "Your_Desired_Topic" }
    

Example

ai_article_generator

About

AI Article Generator backend service built using FastAPI & LangChain. 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages