ChatBot / README.md
WalidAlHassan's picture
Update README.md
267b3f1 verified

To Run:

  1. git clone https://huggingface.co/WalidAlHassan/ChatBot
  2. pest your hugging-face API Key in the .env file
  3. Open Command Prompt in LLAMA Directory
  4. code . (to open the in vs-code)
  5. Open the Command Prompt in the vs-code terminal
  6. python -m venv venv (Create virtual environment)
  7. .\venv\Scripts\activate.bat
  8. pip install -r requirements.txt
  9. cd LLAMA
  10. python -m uvicorn app:app --reload (run api)
  11. Open another CMD to activate venv
  12. .\venv\Scripts\activate.bat
  13. cd LLAMA
  14. streamlit run client.py (run interface)