The Virtual AI Career Coach is a Streamlit app that provides personalized career advice based on the user's skills, experience, education, industry, salary expectations, and career goals. Using the ChatGPT API from OpenAI, the app generates customized responses and allows users to download the advice as a PDF. The app also includes a user-friendly interface, with three different prompts tailored to specific career goals or customizable prompts. The app's intelligent responses take into account current industry trends and job market conditions, providing actionable and practical advice to help users achieve their career objectives.
Click Here To View This App Online!
The Virtual AI Career Coach app has the following features:
-
Personalized career advice: The app uses the ChatGPT API from OpenAI to generate personalized career advice based on the user's skills, experience, education, career goals, industry, and salary expectations.
-
PDF download: The user can download the advice as a PDF for easy reference and sharing.
-
Clear and user-friendly interface: The app has a simple and intuitive interface that makes it easy for the user to input their information and receive advice.
-
Customizable prompts: The app allows the user to select from three different prompts depending on their career goals, and also allows them to customize the prompt if desired.
To run the app, use the following command:
streamlit run app.py
This will launch the app in your browser. You will need to enter your OpenAI API key in order to use the app. Once you have entered your API key, you can input your name, current skills, years of experience, education, career goals, industry, and salary expectations. Based on this input, the app will generate personalized career advice using the ChatGPT API.
You can then download the advice as a PDF by clicking the "Download as PDF" button.
- Python 3.6 or higher
- Streamlit
- Requests
- fpdf
- reportlab
- Clone the repository:
git clone https://github.com/Kaludii/Virtual-AI-Career-Coach.git
- Install the required packages: To run this app, you will need to install the following dependencies:
streamlit
requests
fpdf
reportlab
You can install them using pip:
pip install streamlit requests fpdf reportlab
- Run the app:
streamlit run app.py