Centralized government schemes portal that can be used either as a web app or live chat.
-
Scraper and parser that dynamically scrape data from various government websites.
-
A basic Chatbot that is used to help user navigate the website.
-
Secured data storage.
-
Sms/messenger based chatbot.
-
Support for multiple language.
-
Recommendation system based on submitted applications.
- Django app can be found inside /app
Step 1:
- Update the
app/tsec/.env.example
and rename it to.env
Setp 2:
- Using docker-compose
$ docker-compose up
- Using python
$ cd app/
$ pip3 install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py collectstatic --noinput
$ python manage.py runserver 0.0.0.0:8000
We're are open to enhancements
& bug-fixes
😄 Also do have a look here
- This project was done under
24 hours with no pre-preparation