To Run:
- git clone https://huggingface.co/WalidAlHassan/ChatBot
- pest your hugging-face API Key in the .env file
- Open Command Prompt in LLAMA Directory
- code . (to open the in vs-code)
- Open the Command Prompt in the vs-code terminal
- python -m venv venv (Create virtual environment)
- .\venv\Scripts\activate.bat
- pip install -r requirements.txt
- cd LLAMA
- python -m uvicorn app:app --reload (run api)
- Open another CMD to activate venv
- .\venv\Scripts\activate.bat
- cd LLAMA
- streamlit run client.py (run interface)