Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.57 KB

File metadata and controls

36 lines (23 loc) · 1.57 KB

EmpowerHer Bot

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.

Features

  • 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.

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the required dependencies by using pip install -r requirements.txt.
  4. Run the application using the command python app.py.
  5. Open your browser and go to http://127.0.0.1:5000 to interact with the bot.

Technologies Used

  • 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.

Contributing

If you'd like to contribute to this project, feel free to open an issue or submit a pull request. Contributions are always welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.