Text Processing using python and web framework django
- This project was made while learning Django from codewithharry youtube channel
- This mini project consists of features like i. Punctuation remover ii. Capitalizing all characters iii. Removing extra space (2 consecutive space to 1 space) iv. Removing new line
- Django features that were used in this project was i. templating ii. fast debug iii. backend python engine