AminGPT is a FastAPI-powered application that pwoered by openai and it can be used as a chatbot
- Python 3.8 or higher
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/yourusername/AminGPT.git
-
Navigate to the project directory:
cd /AminGPT -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
.\venv\Scripts\activate
-
Install required packages:
pip install -r requirements.txt
- Start the FastAPI server with hot reload
- The server will be running at: http://localhost:8000
- Access the interactive API documentation at: http://localhost:8000/docs
- Change Directory to /AminGPT
- Run <uvicorn
app.app:app --reload