D.I.A.N.A
git clone https://github.com/dwillowtree/diana.git cd diana
python3.10 -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
pip install -r requirements.txt pip install 'crewai[tools]' # you will need to manually install this library
Navigate to your .env example file, copy and paste it and add a API key from the OpenAI platform console.
streamlit run app.py
Last updated