vaibhavsarda / Bank_Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank_Bot

A Django-based website which takes audio input from user and returns audio response from user, as obtained from GPT-3.

Installation and set-up

  1. Install Python 3.11.4
  2. Install pip 23.1.2
  3. Clone the project on your local
  4. Set-up a virtual environment (optional, but recommended):
    • Create a virtual environment: python3 -m venv .
    • Activate virtual environment (This needs to be done everytime the project is run): source ./bin/activate
  5. Install requirements:
    • cd Bank_Bot
    • pip install -r requirements.txt
  6. Run the project:
    • cd Bank_Bot
    • python manage.py runserver
  7. The home page development is completed and is working: BASE_URL//Bank_Bot_Server/

About


Languages

Language:JavaScript 51.2%Language:HTML 17.7%Language:CSS 17.6%Language:Python 13.5%