CareMate-AI is an AI-powered healthcare chatbot built using Python and Streamlit.
This project was developed during my internship at Edunet Foundation.
Follow the steps below to configure and run the project on your local machine β compatible with Windows, macOS, and Linux (including Kali).
- Python 3.10+
- Pip (Python package manager)
- Git (for cloning)
- Internet connection (to use the Gemini API)
- Streamlit
git clone https://github.com/bhola-dev58/CareMate-AI.git
cd CareMate-AI-
Linux/macOS:
python3 -m venv venv source venv/bin/activate -
Windows:
python -m venv venv venv\Scripts\activate
pip install -r requirements.txtCreate a .env file in the root directory of the project:
-
Linux/macOS:
touch .env
-
Windows:
notepad .env
Then add the following line inside .env:
GEMINI_API_KEY="Keep-Your-API-KEY-here"Save and close the file.
To launch the chatbot:
streamlit run app.pyOnce started, open your browser and go to:
http://localhost:8501
-
β Windows:
- Run commands in Command Prompt or PowerShell
- Make sure Python is added to your PATH
-
β macOS:
- Use the built-in Terminal
- Ensure you're using Python 3.10 or higher
-
β Kali Linux / Ubuntu:
- If you face issues, install pip/venv using:
sudo apt install python3-pip python3-venv
- If you face issues, install pip/venv using:
π§ Some new features are currently under development... Stay tuned for smarter healthcare conversations with CareMate-AI!