https://img.youtube.com/vi/fdQ2I20hkBU/0.jpg
https://youtu.be/fdQ2I20hkBU
Research intended for my International GCSP program research, where I will delve into the Netherlands - where I will spend a semester studying artificial intelligence (grad - exchange program).
python -m venv venv
venv\Scripts\activate
pip install -r requirements_diffusion.txt
pip install -r requirements_LLM.txt
Cd the correct directiory:
cd agentapi
Then, run the FastAPI server:
uvicorn app:app --reload
Finally, run the Streamlit client:
streamlit run client.py