Follow these instructions to set up the project on your local machine.
- First create a folder (say Python)
- Then open command prompt, navigate to Python folder
- the run thess following commands
pip install virtualenvvirtualenv chatbot.\chatbot\Scripts\activatepip install Flaskpip install -q -U google-generativeaicd chatbot
- now in app.py replace '# Your API_key #' with your api key
- now run this following command
python app.py
- Visit http://localhost:5000 in your web browser to access the chatbot interface.
This project is licensed under the MIT License.
If you face any issue while setting up the project locally you can always contact me,
I'm ready to help you out.