Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 425 Bytes

Twitter's geolocation

Based on CharacterCNN

Installation

To install all required packages

pip3 install -r requirements.txt

Running

To run it just invoke a command

python3 process.py -b|--base_dir <base_dir> 

where '<base_dir>' is a directory where located 'data' folder with csv files Model will be stored in '<base_dir>/model' directory

License

MIT

Free Software, Hell Yeah!