Skip to content

likhith1409/JobSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobSkills

Overview

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.

Features

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

Screenshots

s1

s2

s3

Getting Started

Follow these steps to set up and run JobSkills on your local machine:

  1. Clone the Repository:

    git clone https://github.com/likhith1409/JobSkills.git
    cd JobSkills
  2. Create a Virtual Environment:

    python -m venv venv
  3. Activate the Virtual Environment:

    • For Windows:
      .\venv\Scripts\activate
    • For Linux/Mac:
      source venv/bin/activate
  4. Install Dependencies:

    pip install -r requirements.txt
  5. Run the Application:

    python app.py
  6. Open in Browser: Open your web browser and go to http://localhost:5000.

Contributing

Contributions are welcome! Feel free to open issues or pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published