What Would Doyle Do?
(W.W.D.D.)
What is This Project?
For a detailed report see this page, but in short, it answers the question, "Can machine learning be applied to existing text data that an author writes or about a person that can help historical fiction authors write more accurately about their subject?"
How to Use This Project
Installation
Prerequisites
- Python 3.6 or higher
- Pip
- Git
Instructions
- Clone the repository
- Navigate to the repository directory
- Run
pipenv install
to install the dependencies - Run
pipenv shell
to enter the virtual environment - Run
python -m wwdd
to run the program
Usage
Commands
!help
- Displays a list of commands!doyle
- Sends a random quote from Sir Arthur Conan Doyle
Contributing
Contributions are always welcome. Please read the contribution guidelines first.