Skip to content
forked from 7Zenox/vaani

A religion based question answering AI, developed in collaboration for a university course on Design, Thinking and Innovation as part of my bachelor's degree.

Notifications You must be signed in to change notification settings

hauntedcupoftea/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

    About

    A religion based question answering AI, developed in collaboration for a university course on Design, Thinking and Innovation as part of my bachelor's degree.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Jupyter Notebook 67.6%
    • JavaScript 14.3%
    • CSS 13.1%
    • Python 3.4%
    • HTML 1.6%