Skip to content

Commit

Permalink
add example_output for README
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsooon committed Dec 26, 2023
1 parent 43899cd commit 2d6544a
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# JobTracker

JobTracker that relies on email to trace application status and next step.
AI powered tool to trace job application status based on emails.

## Feature

- Easy to customize and use, you can adjust the confidence interval threshold yourself
- Up to 96% accuracy with 0 false positives

## Getting Started

### Video Tutorial

<iframe width="560" height="315" src="https://www.youtube.com/embed/RbxmKXYn8sE?si=SwITJoQLPY-AvuHN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>


### Prerequisites

- Python 3.10
Expand Down Expand Up @@ -32,6 +42,16 @@ Export your emails in MBOX format and run the script with the following command:

Replace `<path_to_your_email_file.mbox>` with the path to your MBOX file and `<output_filename.csv>` with your desired output file name.


## Example Output

You would get

![example_output](https://github.com/resumejob/JobTracker/blob/43899cd91b943d9842b7e41c6281f2d54c99420a/example_output.png)


* checkout [example_output CSV](https://github.com/resumejob/JobTracker/blob/main/example_output.csv) for more details

## How It Works

1. Access Data
Expand All @@ -56,12 +76,10 @@ Execute the following command to run tests:

python3 -m unittest discover -s tests

Roadmap
## Roadmap

- [ ] Support Local LLMs like Llama



## Contributing
We welcome contributions from the community. If you would like to contribute, please fork the repository and submit a pull request.

Expand All @@ -77,3 +95,4 @@ This project is licensed under the MIT License - see the LICENSE.md file for det

### Contact
For any queries, you can reach out to Project Maintainer.

0 comments on commit 2d6544a

Please sign in to comment.