Bu proje #ucbuyucuturnuvasi kapsaminda Felix Felicis
takımının geliştirdiği bir projedir.
Fakepage generates a new text from a given text source. It is built on Markov Chain Model. You may want to use it to make new, reorganized, meaningful articles, news, stories, etc.
Also, this project has a crawler for web articles.
P.S 1: The webpage on given URL needs to paragraphs <p></p>
tags in <article></article>
objects.
🚀 You can check on running demo here 🚀
P.S 2: Heroku has some limitations like memory and procs count. So if the given text source is very long you would face internal server errors.
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
docker build -t fakepage .
docker run --name fakepage -e SECRET_KEY_BASE=`mix phx.gen.secret` -p 4000:4000 fakepage:latest