Pod AI is a powerful artificial intelligence system with a Go backend, Python AI service, and React frontend.
To install pod-ai, follow these steps:
-
Navigate to the Go backend directory:
cd backend/core -
Run the Go server:
go run main.go start
-
Navigate to the Python AI directory:
cd backend/ai -
Install the required Python packages:
pip install -r requirements.txt
-
Run the Python server:
python main.py
-
Navigate to the frontend directory:
cd frontend -
Install the required npm packages:
npm install
-
Start the React development server:
npm start
The frontend should now be accessible at http://localhost:3000.
This project is licensed under the MIT License.