ProjectMarkov
Simple NLP based project without any use of AI
(Application of Markov Chains)
Intro (What I'm actually doing):
Use case: To generate stuff(Content)
What I'll Learn in the end of the project:
- Website Scrapping
- Working of Markov Chains
- Django
- Git and Github
Steps for Completion:
- Scrape Reddit(r/LifeProTips) for Content.
- Store the scrapped content into a csv file.
- Pre Process the data for NLP work.