JobSkills is a Flask-based web application that helps users discover suitable job titles based on entered skills. This project aims to simplify the job search process by providing insights into potential job roles associated with specific skills.
- Skill-based Job Title Suggestions: Enter your skills and get a list of suggested job titles.
- User-Friendly Interface: Simple and intuitive design for easy navigation.
- Responsive Design: Accessible on various devices, ensuring a seamless user experience.
Follow these steps to set up and run JobSkills on your local machine:
-
Clone the Repository:
git clone https://github.com/likhith1409/JobSkills.git cd JobSkills -
Create a Virtual Environment:
python -m venv venv
-
Activate the Virtual Environment:
- For Windows:
.\venv\Scripts\activate
- For Linux/Mac:
source venv/bin/activate
- For Windows:
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python app.py
-
Open in Browser: Open your web browser and go to http://localhost:5000.
Contributions are welcome! Feel free to open issues or pull requests.


