Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 410 Bytes

DataScienceSuite

DataScienceSuite - a simple text generation AI written in Python3

Version 1

dataset.py creates the dataset.json from the raw_dataset.txt predict.py takes in words and generates text inspired by the dataset

Version 2

It's exactly the same as v1 but instead of character by character, it goes word by word. It uses the same raw_dataset.txt but instead uses v2.dataset.json