A porn title generating app server made by extracting titles from pornhub and trained using markov chain algorithm
Porn Title Generator Test Link
- Just use Digital Ocean App to install. No specific configuration required.
Pre-requisit = Python 3.9
- Change Directory to the folder where porn title generator is installed by typing
cd PornTitleGenerator
in the command line. - Install dependencies by typing
pip install -r requirements.txt
in the command line - Run the app by typing
uvicorn main:app --host=127.0.0.1 --port=8000
in the command line - Goto 127.0.0.1:8000 to test the app!