Skip to content

dhairya0907/Creepypasta-Text-Generator-Website

Repository files navigation

Logo

Creepypasta - Text Generator(Website)

Website which uses Deep Learning to generate horror stories.

View Demo · View Training Repo · Report Bug · Request Feature

 



About The Project

Creepypasta Website Demo

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.

Built With

What I learned

  • 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.

Getting Started

To host web application on user localhost follow below steps :

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/dhairya0907/Creepypasta-Text-Generator-Website.git
  2. Install YARN packages

    yarn install
  3. Run on localhost

    yarn web
  4. 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

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

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