Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

unordinaryhobbies/PornTitleGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PornTitleGenerator

img

A porn title generating app server made by extracting titles from pornhub and trained using markov chain algorithm


Test Link

Porn Title Generator Test Link


How to install

Digital Ocean:

  • Just use Digital Ocean App to install. No specific configuration required.

In your personal computer:

Pre-requisit = Python 3.9


  1. Change Directory to the folder where porn title generator is installed by typing cd PornTitleGenerator in the command line.
  2. Install dependencies by typing pip install -r requirements.txt in the command line
  3. Run the app by typing uvicorn main:app --host=127.0.0.1 --port=8000 in the command line
  4. Goto 127.0.0.1:8000 to test the app!