git clone https://github.com/PhamTrinhDuc/Chatbot-Mental-Health-with-Llamaindex.git
cd Chatbot-Mental-Health-with-Llamaindex
- For Unix/macOS:
python3 -m venv .venv
source .venv/bin/activate
- For Windows:
python -m venv venv
.\venv\Scripts\activate
- Conda:
conda create -n <env_name> python=<python_version>
conda activate env_name
Step 3. Before starting your application, you need to fill in some evironment variables. Create a .env
file and fill in these
OPENAI_API_KEY = "sk-dojvF..."
pip install -r requirements.txt
python test_code.py # ingest data
streamlit run Home🏠.py