Git Product home page Git Product logo

demographicclassifiers's Introduction

# RWJF Classifiers

This directory contains executable classifiers to predict foodborne, exercise, and food tweets.

TODO add full explaination of files and data structure.

TODO add summary examples of results.

Project dependencies are recorded using the [pipenv](https://docs.pipenv.org/) python package manager.

This directory structure is modeled after @Ahmkel's project template structure https://github.com/Ahmkel/Keras-Project-Template

To run, `python3 -m pipenv run python main.py`


# Installation

The system is currently configured to work with python3.7 on 

```bash
pipenv install cython
pipenv install matplotlib numpy gensim click pandas keras
```

Tensor flow and sklearn currently have problems installing on Python3.7
You can use the scripts below as work around for installing the base version

```bash
pipenv install git+https://github.com/scikit-learn/scikit-learn
pipenv install --verbose https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.9.0-py3-none-any.whl
```

Next, tensorflow uses `async` as a function parameter. This is illegal in python 3.7 because `async` is now a keyword. You will need to change this word. You can go to the file `pywrap_tensorflow_internal.py` and change the workd `async` to `async1` on lines 114, 115, 150, and 151.





demographicclassifiers's People

Contributors

cegme avatar

Watchers

James Cloos avatar Nina Cesare 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.