Clone the repository using:
git clone https://github.com/Derma-Lab/derma_bot
Navigate to the agent directory:
cd agent
For Linux users:
chmod +x quickinstall.sh
./quickinstall.sh
For Windows users:
chmod +x quickinstall.bat
./quickinstall.bat
First, activate the virtual environment:
For Linux users:
source .venv/bin/activate
streamlit run agent.py
For Windows users:'
.venv\Scripts\activate
streamlit run agent.py
The application has been installed via quickinstall script. To start the application:
streamlit run agent.py