Skip to content

Generate and use a database of dog breeds and their traits using dogtime.com

License

Notifications You must be signed in to change notification settings

hrishikeshrt/dogtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dogs Database

Comprehensive information about more than 375 breeds of dogs, their vital statistics and their traits, scraped form https://dogtime.com

Usage

  • Scrape

python dogtime.py will fetch complete database and prepare a table of breeds, their vital statistics and their traits.

  • Use in a project
from dogtime import DogTime

D = DogTime(data_dir='<your-data-dir>')
breeds = D.get_all_breeds()
for breed in breeds:
    D.get_breed_details(breed['id'])

data, df = D.prepare_table()

TODO

  • Documentation
  • Cleaning data in introduction, description etc.
  • Add search capabilities for breeds, traits etc.
  • Add NLP for question answering.

About

Generate and use a database of dog breeds and their traits using dogtime.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages