Skip to content

🐈 Artificial Intelligence which generates sentences @iam_takagi's tweets with Markov chains.

License

Notifications You must be signed in to change notification settings

iamtakagi-lab/ai

Repository files navigation

ai

Install

docker-compose.yml

version: '3.9'

services:
  app:
    container_name: ai
    image: ghcr.io/yuderobot/ai:latest
    volumes:
      - ./data:/app/data
    env_file:
      - ./.env
    environment:
      HOST: 0.0.0.0
      PORT: 8080
      TZ: Asia/Tokyo
      USERS: yude_jp
    restart: unless-stopped

LICENSE

MIT License.

About

🐈 Artificial Intelligence which generates sentences @iam_takagi's tweets with Markov chains.

Resources

License

Stars

Watchers

Forks

Packages

No packages published