Skip to content

Asgharzade/FastAPI-ChatBot

Repository files navigation

AminGPT

FastAPI Python License

📖 Overview

AminGPT is a FastAPI-powered application that pwoered by openai and it can be used as a chatbot

🚀 Getting Started

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/AminGPT.git
  2. Navigate to the project directory:

    cd /AminGPT
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    .\venv\Scripts\activate
  5. Install required packages:

    pip install -r requirements.txt
    

Running the Application

  1. Start the FastAPI server with hot reload
  2. The server will be running at: http://localhost:8000
  3. Access the interactive API documentation at: http://localhost:8000/docs

Running the Application

  1. Change Directory to /AminGPT
  2. Run <uvicorn app.app:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published