Skip to content

7Zenox/vaani

Repository files navigation

vaani

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.

About

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.

As a user input, the program will require:

  • Your problems, and what you need advice about.

  • The outcome will include:

  • Shlok from Gita
  • Verse from Quran
  • Passages from The Bible
  • Explanation of the most appropriate quote
  • To run

    1. make sure you have all the requirements correctly installed (refer to the documents folder).
    2. change directory into django_vaani - cd django_vaani
    3. run migrate first (only needs to be done once) - python manage.py migrate
    4. run server - python manage.py runserver