First Aid Advisor Chatbot is a web-based chatbot that provides quick and easy first-aid guidance for various medical emergencies. It uses a user-friendly interface to offer step-by-step instructions, helping users handle injuries and health issues effectively.
- User-Friendly Interface: Simple and intuitive design for easy interaction.
- Hands-free interaction: Integrating speech recognition
- Quick First Aid Tips: Provides immediate responses for common health issues.
- Emergency Instructions: Guidance for handling critical situations like heart attacks, fractures, burns, and bleeding.
- Symptom Checker: Helps users identify potential health problems based on described symptoms.
- Personalized Advice: Recommendations based on age, medical conditions, or specific scenarios.
- Responsive Design: Optimized for various devices, including desktops, tablets, and mobile phones.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js (or other server-side frameworks if applicable)
- Database: (Optional for storing user data or logs, e.g., MongoDB, SQLite)
- AI/Logic Engine: Rule-based decision-making or natural language processing (NLP) for dynamic responses
Note: This chatbot requires a MySQL database to function properly. Ensure MySQL is installed and running on your system. Use the provided SQL queries in the database.txt file to set up the required tables and data.
- Node.js installed on your system (for backend)
- Any code editor (such as VS Code)
- Clone the repository:
git clone https://github.com/Eshita-Badhe/QuickAid-First_Aid_Advisor_ChatBot.git - Navigate to the project directory:
cd QuickAid-First_Aid_Advisor_ChatBot - Install dependencies (if applicable):
npm install - Start the server:
npm start - Open your browser and visit:
http://localhost:3000
- Open the chatbot interface.
- Enter your query or symptoms (e.g., "How do I treat a burn?").
- Follow the provided instructions or safety tips.
- If necessary, use the symptom checker for a more detailed response.
- In case of severe emergencies, the chatbot will recommend contacting professional medical services.
Contributions are welcome! Please fork this repository and submit a pull request with a detailed description of your changes.
- Adding multi-language support
- Using AI/NLP for more dynamic and context-aware responses
- Implementing a feedback system for continuous improvement
- Providing interactive first aid training modules
- Integrating a nearby hospital and emergency service locator
- Adding customizable emergency contact management
For questions, suggestions, or contributions, please contact:
- Name: Aarya Chaudhari
- Email: aaryachaudhari0508@gmail.com
- GitHub: GitHub Profile



