AIJobOptimizer: Revolutionize your job application process with AI-driven resume and motivation letter enhancements, designed to capture employers' attention and increase your success in the job market.
sudo apt-get install python3-pip
sudo pip3 install virtualenv
git@github.com:chenjiayi8/AIJobOptimizer.git
cd AIJobOptimizer
virtualenv --python=python3.10 env
source env/bin/activate
pip install -r requirements.txt
cp .env.example .env
streamlit run app.py --server.port 8080
The web server should now be running at http://127.0.0.1:8080/.