Genessay is a content generation web application which can help in composing application letters. If you're stuck and cannot frame sentences, enter the points you want included in your letter and Genessay will generate the text for you!
Genessay uses various Natural Language Processing (NLP) methods and Recurrent Neural Networks (RNN) to generate the text.
- Python 64-bit
- See dependencies list in requirements.txt
- Clone the repository
git clone https://github.com/shivaneej/Genessay.git
- Create a Virtual Environment
python -m virtualenv name
- Activate the virtual environment
name\Scripts\activate
- Install requirements
pip install -r requirements.txt
- Download spaCy en-core-web-sm language model
python -m spacy download en_core_web_sm
- Download punkt module from NLTK
nltk.download('punkt')
- Start the server
python main.py
The server will run onhttp://localhost:8080