EmpowerHer Bot is a chatbot designed to empower women by providing job listings, mentorship programs, community events, and more. It answers frequently asked questions, handles gender bias queries, and provides career-related insights. The bot is built using Flask, Python, and various machine learning algorithms.
- Job Listings: Provides relevant job opportunities for women based on selected criteria.
- Mentorship Programs: Connects users with mentors for career advice and support.
- Community Events: Displays upcoming events for professional networking.
- FAQ Handling: Answers common questions related to career growth, women empowerment, etc.
- Gender Bias Handling: Provides ethical responses and suggestions for gender-related queries.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies by using
pip install -r requirements.txt. - Run the application using the command
python app.py. - Open your browser and go to
http://127.0.0.1:5000to interact with the bot.
- Flask: For building the web framework.
- Python: Programming language.
- Machine Learning: For processing and providing career-related insights.
- HTML/CSS: For building the user interface.
If you'd like to contribute to this project, feel free to open an issue or submit a pull request. Contributions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.