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 8137dd2
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 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

Expand Down Expand Up @@ -32,6 +37,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]()


* checkout example_output.csv for more details

## How It Works

1. Access Data
Expand All @@ -56,12 +71,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 +90,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 8137dd2

Please sign in to comment.