Skip to content

Kray AI Model Training

Requirements

  • Docker & Docker Compose
  • Python 3.10+

Steps

  1. Clone the repo:
    bash git clone git@bitbucket.org:smartercodes-repo/kray-ai-model-training.git
    cd kray-ai-model-training

  2. Create .env & .env.local files with same content (mentioned in here)

  3. Run the following command to start the server
    bash develop.sh (after running this command if needed: sudo chmod +x ./develop.sh)

  4. Access the service on following url;
    http://search-trainer.localhost/docs
    Once you are able to access the service, Kray AI Model Training Deployment is successful.

  5. Use the port:27024 for connecting with your local mongo compass.