#mental Health chatbot project
To set up the environment for the LangChain-based agentic project, follow these steps:
- Python 3.8 or higher
pip
(Python package installer)
-
Clone the Repository:
git clone https://github.com/your-repo/gentic-based-Mental-Health-chatbot-using-Langchain-workflows.git cd gentic-based-Mental-Health-chatbot-using-Langchain-workflows
-
Create a Virtual Environment:
python -m venv env source env/bin/activate # On Windows, use `env\Scripts\activate`
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python main.py
-
Deactivate the Environment: When you're done, deactivate the virtual environment:
deactivate
- Ensure all dependencies in
requirements.txt
are installed properly. - Update the
requirements.txt
file if additional packages are needed.