Sarthak-Daga/AI-Red-Teaming-Sandbox
GitHub: Sarthak-Daga/AI-Red-Teaming-Sandbox
Stars: 0 | Forks: 0
"# AI-Red-Teaming-Sandbox"
Setup:
It is highly recommended to use a virtual environment.
Step 1 :
python -m venv
Here we take as venv
Step 2 : Activate the environment
venv\Scripts\activate
Step 3 : install required packages:
pip install fastapi uvicorn ollama sqlalchemy pydantic
Step 4 : Download Ollama
then:
ollama run llama3 (a lower model can be used for low end hardware)