jeffkayne / property-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViewIt Chatbot - for Australia

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:

$ pip3 install -r requirements.txt

1. Chat.py

For debugging:

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

$ streamlit run Chat.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.

About

License:Other


Languages

Language:Python 80.6%Language:Jupyter Notebook 19.4%