Skip to content

mathieugagne/berlin-ai-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Berlin AI Python

Getting Started

  1. Install python with pip
  sudo apt-get install python python-dev python-pip
  1. Install virtualenv (optional but recommended)
sudo pip install virtualenv
  1. Activate virtualenv
virtualenv venv
source venv/bin/activate
  1. Install dependencies
[sudo] pip install -r requirements.txt

Start Application locally

This command will start your AI locally on port 5000

python main.py

Run tests

This command will fake requests to your AI on port 5000. Make sure it is running first.

./run_tests.sh

About

Random AI with python, ready for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published