A repository for a Design Thinking and Innovation course at Bennett University 2022-2023. Created by Team number 3 as part of the course, by members Vasu Jain, Anand Chauhan, Amee Madhani and Ananya Chauhan. The entire project was in development since January 2023 for a period of 4 months.
vaani is a religious text generator. The project's purpose is to extract relevant verses and quotes from religious texts by factoring the user's input as a problem to be resolved or given advice about. This is part of a general push of our interesting into seeing how AI handles abstraction, religion and semantics on said abstractions.
|
- make sure you have all the requirements correctly installed (refer to the documents folder).
- change directory into django_vaani -
cd django_vaani
- run migrate first (only needs to be done once) -
python manage.py migrate
- run server -
python manage.py runserver