Website which uses Deep Learning to generate horror stories.
View Demo
·
View Training Repo
·
Report Bug
·
Request Feature
Creepypasta Website Demo
There are two parts to the project. One is the Deep Learning model which generates the text. The other is the website which uses the model to generate text.
I have used Deep Learning model to generate text. It is a Neural Network which uses Recurrent Neural Network to generate text.
I have hosted a model on Algorithmia and used it's API to generate text.
- How to host Machine Learning models on Algorithmia.
- How to to develop a website using React Native.
- How to use Machine Learning model to generate text and display it on the website.
To host web application on user localhost follow below steps :
-
Follow the steps to Train and Host Machine Learning Model on Creepypasta - Text Generator.
-
yarn
npm install --global yarn
-
Clone the repo
git clone https://github.com/dhairya0907/Creepypasta-Text-Generator-Website.git
-
Install YARN packages
yarn install
-
Run on localhost
yarn web
-
Opens browser on http://localhost:3000/
Note: To avoid CORS issue while using Algorithmia, go to node_modules\algorithmia\lib
and open file algorithm.js
and change the line
algorithmia.com/v1/algo/demo/Hello
to
algorithmia.com/v1/web/algo/demo/Hello <- CORS-enabled route
- Refer to algorithmiaio/algorithmia-nodejs#12 for more information.
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Dhairya Sharma - @dhairya_0907 - dhairya.sharma532@gmail.com.com
Project Github Link: https://github.com/dhairya0907/Creepypasta-Text-Generator-Website
Project Web Application Link: https://creepypasta-demo.vercel.app