This is a pilot for FIA Taiwan. The pilot is built using watson discovery and watsonx.ai, demoed using a Streamlit front end.
To run this project, please follow the steps below.
- Clone the project
git clone https://github.ibm.com/watsonx-apac/Pilot-FIA-Taiwan.git
- [Optional] Create a virtual environment and activate it.
python -m venv venv
source venv/bin/activate
- Install required packages.
pip install requirements.txt
- Create an input folder and placed all input files inside.
- Create a .env file and placed the following information in it.
WATSONX_KEY= WATSONX_URL= WATSONX_PROJECT_ID
- Run the streamlit app.
streamlit run main.py ```# FIA_WX