DeepChatModels
Conversation models in TensorFlow. (website removed)
File Explorer
Download Latest Version (.zip)- __init__.py
- _rnn.py
- __init__.py
- bot_ops.py
- decoders.py
- embedder.py
- encoders.py
- input_pipeline.py
- __init__.py
- _decode.py
- _train.py
- legacy_models.py
- __init__.py
- _models.py
- dynamic_models.py
- globals.py
- example_attention.yml
- example_cornell.yml
- example_reddit.yml
- example_ubuntu.yml
- ubuntu_basic.yml
- website_config.yml
- __init__.py
- _dataset.py
- data_helper.py
- dataset_wrappers.py
- reddit_preprocessor.py
- regex.py
- __init__.py
- Analysis.ipynb
- DataVizUtils.ipynb
- README.md
- RedditPipelineAndVisualization.ipynb
- TensorFlow Notes.ipynb
- ubuntu_reformat.ipynb
- train_from.txt
- train_from.txt.ids121
- train_to.txt
- train_to.txt.ids121
- trainvoc121_seq15.tfrecords
- trainvoc121_seq20.tfrecords
- valid_from.txt
- valid_from.txt.ids121
- valid_to.txt
- valid_to.txt.ids121
- validvoc121_seq15.tfrecords
- validvoc121_seq20.tfrecords
- vocab121.txt
- __init__.py
- test_config.py
- test_config.yml
- test_data.py
- test_dynamic_models.py
- test_legacy_models.py
- utils.py
- __init__.py
- bot_freezer.py
- io_utils.py
- __init__.py
- errors.py
- forms.py
- views.py
- accuracy.json
- configs.json
- training.json
- validation.json
- train_from.txt
- train_to.txt
- valid_from.txt
- valid_to.txt
- vocab121.txt
- flatly-bootstrap.min.css
- lumen-bootstrap.min.css
- lumen-bootstrap.min.min.css
- paper-bootstrap.min.css
- simplex-bootstrap.min.css
- spacelab-bootstrap.min.css
- style_modifications.css
- style_modifications.min.css
- theme.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- chat-bg.png
- favicon.ico
- bootstrapify.js
- chat_processing.js
- jqBootstrapValidation.js
- user_form.js
- bootstrap-theme.css
- bootstrap-theme.css.map
- bootstrap-theme.min.css
- bootstrap-theme.min.css.map
- bootstrap.css
- bootstrap.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- npm.js
- font-awesome.css
- font-awesome.min.css
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- animated.less
- bordered-pulled.less
- core.less
- fixed-width.less
- font-awesome.less
- icons.less
- larger.less
- list.less
- mixins.less
- path.less
- rotated-flipped.less
- screen-reader.less
- stacked.less
- variables.less
- _animated.scss
- _bordered-pulled.scss
- _core.scss
- _fixed-width.scss
- _icons.scss
- _larger.scss
- _list.scss
- _mixins.scss
- _path.scss
- _rotated-flipped.scss
- _screen-reader.scss
- _stacked.scss
- _variables.scss
- font-awesome.scss
- jquery-3.2.1.min.js
- jquery.easing.1.3.js
- tether.min.js
- index.html
- forms.html
- 404.html
- about.html
- base.html
- index.html
- plots.html
- __init__.py
- models.py
- web_bot.py
- 236b966ecd2f_.py
- alembic.ini
- env.py
- README
- script.py.mako
- __init__.py
- test_database.py
- test_simple.py
- __init__.py
- app.yaml
- config.py
- data.db
- manage.py
- requirements.txt
- runtime.txt
- .gitattributes
- .gitignore
- .travis.yml
- LICENSE.md
- main.py
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/mckinziebrandon/DeepChatModels
Downloads the entire project code from GitHub to your computer.
cd DeepChatModels
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
