Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.5 KB

🖺 Fakepage

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.

🔮 Screenshots

https://i.imgur.com/vnBSDvp.png

🚧 Installation

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

🐳 Run via docker

docker build -t fakepage .
docker run --name fakepage -e SECRET_KEY_BASE=`mix phx.gen.secret` -p 4000:4000 fakepage:latest

🔍 References