An opensource project to do formative feedback on free texts on specific given topic.
To use immediately go to: https://formative-feedbacker.herokuapp.com
Installation is simplest:
- Clone the repository
- Install dependencies with
pip install -r requirements.txt
- You are good to go!
Formative Feedbacker depends on:
Django
Pillow
seaborn
pandas
NLTK
wordcloud
gensim
Check out A simple usage example for a short intro. A sample usage is:
python manage.py runserver
then you can access formative feedbacker at http://127.0.0.1:8000/
Feel free to submit pull requests to me.
- Muhammad Haseeb - Initial work - Muhammad Haseeb
This project is MIT Licenced but you must take a look on libraries & frameworks used in this project before using in your commercial project.