/viewit-ai

A different approach to ViewIt's chatbot.

Primary LanguagePythonOtherNOASSERTION

ViewIt Chatbot

The complete AI real estate agent, and more.

ViewIt.AI Logo


It is recommmended to create a virtual environment and install the requirements specified in the requirements.txt file in the following manner:

$ pip3 install -r requirements.txt

1. main.py

For debugging:

Runs the chatbot on the streamlit interface. Simply navigate to this directory on your cli and run:

$ streamlit run main.py

Live app:

Open In Streamlit

Official Streamlit Documentation


2. terminal_chatbot.py

Runs the QA feature on the jupyter notebook. Reads the DataFrame from CSV and defines the question answering function.

Simply call the agent.run() method and pass the question to generate responses.