Skip to content

joobi-keyvalue/pod-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

pod-ai

Pod AI is a powerful artificial intelligence system with a Go backend, Python AI service, and React frontend.

Table of Contents

Installation

To install pod-ai, follow these steps:

Usage

Starting the Go Server

  1. Navigate to the Go backend directory:

    cd backend/core
  2. Run the Go server:

    go run main.go start

Starting the Python Server

  1. Navigate to the Python AI directory:

    cd backend/ai
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Run the Python server:

    python main.py

Starting the Frontend

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the required npm packages:

    npm install
  3. Start the React development server:

    npm start

The frontend should now be accessible at http://localhost:3000.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11