Ubuntu 🤓

To run Chat²GPT on Ubuntu, follow these steps:

  1. Update Packages

    Open Terminal and update your package list:

    sudo apt update
    
  2. Install Required Dependencies

    Install Python and other necessary packages:

    sudo apt install python3 python3-pip git
    
  3. Clone the Repository

    Clone the Chat²GPT repository:

    git clone https://github.com/RAHB-REALTORS-Association/chat2gpt.git
    

    Navigate to the cloned directory:

    cd chat2gpt
    
  4. Install Python Packages

    Install the required Python packages:

    pip3 install -r requirements.txt
    
  5. Run the Server

    Start the Chat²GPT server:

    python3 server.py
    

The server should start successfully and can be accessed at http://127.0.0.1:5000.