Trying out telegram bot api in conjunction with machine learning
Your own chat bot (text pre-processing)
How I Used Deep Learning To Train A Chatbot To Talk Like Me (Sorta)
A toy chatbot powered by deep learning and trained on data from Reddit
https://www.digitalocean.com/community/tutorials/docker-ubuntu-18-04-1-ru
- Create
docker-compose.yml
file
version: "3.4"
services:
tor-socks-proxy:
container_name: tor-socks-proxy
image: peterdavehello/tor-socks-proxy:latest
ports:
- "127.0.0.1:9150:9150"
restart: unless-stopped
network_mode: "host"
docker-compose up -d
ssh -i Node.pem ubuntu@3.137.51.198