Skip to content

gilbertmak/Property_AI_Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 [Placeholder repository for PropertyAgent AI to answer property and investment related queries

A simple Streamlit app that answers questions about an uploaded document via OpenAI's GPT-4o-mini.

Open in Streamlit

How to run it on your own machine

  1. Download this repository and open in VSCode or your preferred IDE

  2. Open terminal and navigate to the folder using:

    $ cd <next folder to navigate to>
    
  3. Create a virtual environment

    $ python -m venv virtualenv
    
  4. Activate the virtual environment

    $ source virtualenv/bin/activate
    
  5. Install the requirements

    $ pip3 install -r requirements.txt
    
  6. Run the app

    $ streamlit run streamlit_app.py
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages