To Run:
- git clone https://huggingface.co/WalidAlHassan/Romero-ChatBot
- pest your google API Key in the .env file (https://aistudio.google.com/app/apikey)
- Open Command Prompt in Romero-ChatBot 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 ChatBot
- streamlit run bdCalling.py (run interface)