GithubHelp home page GithubHelp logo

akshaybodhare / events-organizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccanonguy/events-organizer

0.0 1.0 0.0 23 KB

A python based text processor which uses NLU to keep track of the events.

HTML 9.58% JavaScript 45.17% Python 45.25%

events-organizer's Introduction

Events Organizer

A python based text processor which uses NLU to keep track of the events.

To get started with contributing,

Getting started with git

  • Install git on Debian/Ubuntu by typing in the terminal,

      sudo apt-get install git
    
  • Fork the repository.

  • Clone the repository. Type in the terminal, (replace YOUR_USERNAME with your username on Github)

      git clone https://github.com/YOUR_USERNAME/events-organizer.git
    
  • Feel free to ask anything on gitter.

Setting up environment

  • Make sure you have Python 2.7. To check, execute,

      python --version
    
  • Check if you have pip installed by typing,

      pip --version
    
  • If you don't have pip installed, follow the instructions here.

  • Install virtual environment by executing,

      sudo apt-get install virtualenv
    
  • Go to the your events-organizer directory and execute,

      virtualenv env
    

    This will set up a virtual environment.

  • Execute in the terminal,

      source ./env/bin/activate
    
  • Install nltk using,

      pip install nltk
    
  • Download nltk data by typing into python interpreter,

      import nltk
      nltk.download()
    
  • Install dateutil for parsing datetime.

      pip install python-dateutil
    

events-organizer's People

Contributors

akshaybodhare avatar ccanonguy avatar

Watchers

 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.