JobToolsMD - is a bunch of tools for parsing the information from moldavian jobs website and generate cover letters for job application. Powered by Groq.
To get a local copy up and running follow these simple example steps.
This project was written using Python 3.12.
- Get a free API Key at https://console.groq.com/docs/quickstart
- Clone the repo
git clone https://github.com/platonvadim/JobToolsMD.git
- Install python packages
pip install -r requirements.txt
- Create env variable with your API. Example for Windows:
Example for Linux:
$Env:GROQ_API_KEY = '<API>'
export GROQ_API_KEY=<API>
streamlit run main.py
- Add delucru.md possibility
- Add rabota.md parsing possibility
- Job suitability checker
- Rewrite on Django
- Copy to clipboard and save to file features
- Local database of all jobs
- Multi-language support
- Russian
- Romanian
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See MIT License for more information.
Vadim Platon - @twitter
Project Link: https://github.com/platonvadim/JobToolsMD