Skip to content

aniketmaurya/email-classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-classification

Email address classification using LLM.

Please read the corresponding blog post with background at https://analytix.nl/post/running-a-self-hosted-llm-for-email-classification/

Tested with Python 3.11.9

Take the following steps to run the code:

  1. git checkout https://github.com/kemperd/email-classification
  2. conda create -n email-classification python=3.11.9
  3. conda activate email-classification
  4. pip install -r requirements.txt
  5. python server.py
  6. Wait until server has fully started. This takes some time due to downloading models at the first run.
  7. Switch to another terminal and run: python client.py
  8. Output is written to output.csv

About

Email address classification using LLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%