parulc7 / Alice-in-Wonderland

Using Recurrent Neural Networks to predict text using the Alice in Wonderland dataset from Project Gutenberg
3 stars 13 forks source link

Set up Python Application Workflow #7

Closed aditya-hari closed 4 years ago

aditya-hari commented 4 years ago

Sets up the Python application workflow provided by GitHub actions.

Solves #4

aditya-hari commented 4 years ago

Sorry, I didn't do this properly. How do I add the requirement.txt file?

parulc7 commented 4 years ago

@aditya-hari Go through the python file and enter all the requirements in a requirements.txt file. While setting up pylint, you just have to import the requirements from the file.