Skip to content

RoyceAzure/sexy_gpt

Repository files navigation

Application Setup Guide

This guide outlines the steps necessary to start the application using Docker and provides default user information for initial access.

Start Instructions

  1. Initialization:
    • Navigate to the root directory of the application.
    • Start the application by running the following command:
      docker-compose up -d

Usage Instructions

  • Access the Application:
    • The application is hosted locally and can be accessed using the following URL:
      http://localhost:8081
      
    • Utilize the HTTP protocol to connect to the host.

Default Internal User Information

  • Credentials for internal use:
    • Email: roycewnag123@gmail.com
    • Password: Royce123456

PawAI Project

  1. Initialization:
    • Navigate to the root directory of the paw_ai_service.
    • create virtual env:
      python -m venv {env_name}
    • activate env:
      • windows:
        {env_name}\Scripts\activate
      • MacOS/Linux:
        source {env_name}/bin/activate
    • Install dependencies:
      pip install -r requirements.txt
    • Config env: create .env file and add OPENAI_API_KEY={your openai_api_key}
    • Run the application:
      python app.py
      

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages