Coder Social home page Coder Social logo

birddb's Introduction

Repo. for Birddb

Title Image

Since my hosting credit ran dry, here is the source.

What is Birddb?

It was my high school capstone project. Basically, I created my own bird identification search engine using information scraped from crowd-sourced websites. A user could identify a bird by passing in color, location, and size to the engine. Pretty rad!

Does it work?

Well, kinda. Crowd-sourced information is not always accurate, and I had to use a primitive language-processing algorithm to extract the bird's colors and sizes from the websites. To fix these problems, I added a polling system where users can "vote" to correct a bird's color.

This system solves the problem of birds with incorrect information, so I also added a Contribute page for birds with incomplete information.

Can I try it out?

Unfortunately, I ran out of hosting credit, so no. I might upload some other videos and prototypes later though.

Dependencies

  • Django
  • Requests
  • Python3

Notes on deploying the server

Need to mess around with xenocano/settings.py to get ready for prod.

You also need to set the enviroment variable DJANGO_KEY

Recommendations

  • Set DEBUG to False in settings.py
  • Enable Django's template caching
  • Set up another database, such as postgres

FOLLOW THESE EXTREMELY LIMITED STEPS AT YOUR OWN RISK

THERE IS UNDOUBTEDLY MORE STEPS THAT I PROBABLY FORGOT ABOUT

A quick guide for quick set up (don't run on prod. before doing above steps)

python manage.py createcachetable
python manage.py collectstatic
DJANGO_KEY='MYCOOLKEY' python manage.py runserver

birddb's People

Contributors

wileyyugioh avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.