Romero-ChatBot / README.md
WalidAlHassan's picture
Create README.md
14880c2 verified
To Run:
1. git clone https://huggingface.co/WalidAlHassan/Romero-ChatBot
2. pest your google API Key in the .env file (https://aistudio.google.com/app/apikey)
3. Open Command Prompt in Romero-ChatBot 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 ChatBot
10. streamlit run bdCalling.py (run interface)