🏠Overview
Last updated
Last updated
PigeonsAI is a training and deployment platform for context aware neural networks.
Context-aware neural networks improve traditional models by incorporating contextual information such as time
, sequences
, location
, image
and text description
, enabling more accurate predictions in various applications.
Data Source Integration: Connect to various data sources to easily pull real live training data to keep models up to date.
Model Training: Training models on GPU instances based on the pulled data.
Model Deployment: Elastic deployment and scaling post training for inference and testing.
Before you can start using the PigeonsAI library, you need an API key. Follow these steps to obtain your API key:
Visit the PigeonsAI API Keys page at PigeonsAI API Keys.
Once logged in, navigate to the API keys section.
Click on the "Create new API key" button to create a new API key and copy the generated API key.
With the API key, you can initialize the PigeonsAI client. Here's how to set it up in your Python environment: