This project represents an voice assistant accessible from the command line. It offers extensive features, including real-time conversations, programming, spell and grammar correction, as well as other capabilities. The voice assistant leverages Google's Gemini Pro API to ensure optimal performance. Additionally, it comes with an automatic reading feature that delivers responses in the voice of Google, in the language of your operating system, providing an immersive and user-friendly experience.
git clone git@github.com:Baguel/Python_Chatbot.git
Get Gemini API_KEY from google website: https://makersuite.google.com/app/apikey?hl=fr
To run this project, you will need to add the API KEY in your environment like this if you are on ubuntu:
export google='API_KEY'
but if you are on windows do that;
set google=API_KEY
Please use google for Variable's name and add your true API_KEY.
Go to the root of this repository like this and run requirements.txt:
cd Python_Chatbot
pip3 install -r requirements.txt
Run the export command like this:

Always at root, after you ran the command, you will execute "main.py"
python3 main.py
You will have this ouput,
choose your option and start enjoy it :)
Also make sure you have a good connection

