shobhitsrivastava-ds / A.I-generating-story

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A.I-generating-story

To generate any story or essay of choice follow the following commands

1.Clone the gihub repository by the following commands:

                                      $ git clone <repo-link>

2.Move to the main directory:

                                      $ cd A.I-generating-story

3.Give the following commands for running the code as well as for giving input to the code:

                                      $ python lang_modelling.py --words "<your-choice" --number <50> --epochs <200>
Here,epochs means the epoch for the neural network
words means the starting words as an hint to be given to the model
number means number of words to be generating by the A.I.

About

License:MIT License


Languages

Language:HTML 61.9%Language:Python 33.7%Language:CSS 4.4%