soulaimanedahi / Deep-NLP-ChatBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-NLP-ChatBot

Installation

Create and activate a new conda virtual environment:

$ conda create -n chatbot python=3.5
$ source conda activate chatbot

Install Python dependencies into the active virtual environment:

(.venv) $ python -m pip install -r requirements.txt

Install tensorflow library

pip install tensorflow==1.0.0

About


Languages

Language:Python 100.0%