Topic: "python-3-6"
reachsumit/MSCA-31005-database-class-project
The aim of our team was to use data from meetup.com to build a recommender system which will identify and suggest groups and activities to a member based on their interest and additional interests of similar members. Furthermore, a social network analysis was done to identify the relationship between groups and people.
Language: Jupyter Notebook - Size: 580 KB - Last synced at: 12 days ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 9

pyslackers/sir-bot-a-lot 📦
Asynchronous bot framework
Language: Python - Size: 641 KB - Last synced at: 18 days ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 5

sivabudh/system-in-a-box
Example of Docker containers with host mode talking to services (NGINX + PgSQL + Redis) running on Docker host
Language: Python - Size: 14.6 KB - Last synced at: 12 days ago - Pushed at: about 8 years ago - Stars: 10 - Forks: 2

quozd/docker-centos7-python36
Docker base image with python 3.6 and postgresql 9.6 client libraries based on Centos 7
Language: Dockerfile - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 11

SoftblocksCo/tm-abci Fork of davebryson/py-abci
Python based ABCI Server for Tendermint
Language: Python - Size: 161 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

ahthon/straits-times-summarizer
Scrape and summarize news from The Straits Times
Language: Python - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 3

SabujXi/Python-Django-Webinar-In-Bangla-Season-1
I am doing a live webinar with live question answer on youtube with hangout. Codes will be uploaded here. Channel address: https://www.youtube.com/c/MdSabujSarker
Language: Python - Size: 9.77 KB - Last synced at: 12 days ago - Pushed at: almost 8 years ago - Stars: 9 - Forks: 3

andersonshatch/spotify-connect-device-picker
Script to pick a Spotify Connect device to output music to
Language: Python - Size: 2.93 KB - Last synced at: 9 days ago - Pushed at: about 8 years ago - Stars: 9 - Forks: 2

ChiefGokhlayeh/autofff
Auto-generate FFF fake definitions for C API header files
Language: Python - Size: 320 KB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 8 - Forks: 3

amaysim-au/serverless-python-boilerplate 📦
Boilerplate for creating new Python Serverless projects
Language: Makefile - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 2

gpetepg/data_structures_algorithms
Personal notes and information on common data structures and algorithms, written in Python. Meant for others to learn from as well.
Language: Jupyter Notebook - Size: 704 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 8 - Forks: 2

mhkmcp/Python-Bootcamp-from-Basic-to-Advanced
Python Bootcamp from Basic-to-Advance is a project for practice and excercise purpose. Anyone can use the code for learning puposes.
Language: Python - Size: 7.32 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 10

jb262/completewasteoftime
A basic parser/API for http://www.gamefaqs.com and http://www.gamerankings.com
Language: Python - Size: 81.1 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 0

oldkingcone/DoomsDay
Docker jail system based on the FreeBSD and BSD Jail system.
Language: Python - Size: 200 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 6

ranajoy-dutta/Challengers-Web-App
This is a repository for a web app developed in flask framework. It is still in development stage and being improvised.
Language: HTML - Size: 2.47 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 4

arcward/echokit
Lightweight SDK for the Alexa Skills Kit
Language: Python - Size: 119 KB - Last synced at: 12 days ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 4

bashkirtsevich-llc/lib-bt_utp
Bittorrent uTP [Micro Transport Protocol] implementation
Language: Python - Size: 23.4 KB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 2

nihlaeth/dnd
online character sheets for Dungeons & Dragons v2.tomaas
Language: HTML - Size: 721 KB - Last synced at: 12 days ago - Pushed at: almost 8 years ago - Stars: 8 - Forks: 4

jungerm2/Twper
An asynchronous twitter scraper
Language: Python - Size: 16.6 KB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 3

thecraftman/Play-Tic-Tac-Toe-Python
Play Tic Tac Toe (X AND O) native Python game .
Language: Python - Size: 66.4 KB - Last synced at: 20 days ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

codingchili/pi-zero-ethermeter
Small python script for monitoring various crypto currencies using a raspberry pi zero with a blinkt!.
Language: Python - Size: 10.7 KB - Last synced at: 19 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 3

saritmaitra/Historical-price-index
Predictive Analytics
Language: Jupyter Notebook - Size: 4.59 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 3

hasibul442/Student-Management-System
Language: Python - Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 8

iam-mhaseeb/pyspecty 📦
A happy light weight library to search python errors on stackoverflow automatically.
Language: Python - Size: 207 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 2

Python-Tools/asyncio-executor
协程执行器,起一个额外的线程执行事件循环,主线程则管理这个事件循环线程, 这个执行器不要用在协程中.
Language: Python - Size: 212 KB - Last synced at: 12 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 5

crazyguitar/ktls.py 📦
Playing with Linux Kernel TLS in Python
Language: Python - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

godfuzz3r/Telegram-remote-access-tool
Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 8

say4n/cryptocoin-quotes
MacOS status bar app to retrieve cryptocoin quotes
Language: Python - Size: 1.3 MB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

Red-Green-Blue2/mooq
An asyncio compatible library for interacting with a RabbitMQ AMQP broker
Language: Python - Size: 133 KB - Last synced at: 12 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

shoaibrayeen/Python
This Repository contains all codes in Python.
Language: Python - Size: 117 KB - Last synced at: 23 days ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 10

MattIPv4/Reddit-Bots 📦
All the Reddit bots I maintain and run - sans configs.
Language: Python - Size: 39.1 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

vidhur2k/FoodNet
A Convolutional Neural Network for food item recognition
Language: Python - Size: 1.63 MB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 6

ii64/Image2Anime
Gimme your image, I'll search it for ya ;)
Language: Python - Size: 1.15 MB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 4

liron-li/LivaSpider
使用python编写的异步io爬虫,编写少量的代码即可轻松的爬取目标页面
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 0

rkdasari/two-stream-actionrecognition-win10-py36-cuda90
twostream action recognition code on windows 10
Language: Python - Size: 3.57 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 0

LeandroMontanari/simulador-mega-sena-python3
Simulador de Apostas na Mega Sena em Python 3
Language: Python - Size: 2.93 KB - Last synced at: 17 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 7

pyslackers/sirbot-slack 📦
Slack plugin for Sir-bot-a-lot
Language: Python - Size: 671 KB - Last synced at: 18 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 3

adriansev/jalien_py
Python interface to web-socket based interface to ALICE Grid Services
Language: Python - Size: 1.39 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 5 - Forks: 6

ycliuhw/kforce
To use manifest (yaml/JSON template) to manage K8s Cluster via kops
Language: Python - Size: 225 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 3

theruziev/security_interface
Simple API for authentication and authorization.
Language: Python - Size: 347 KB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

ankitchoudhary-vcf/password-Management-System
A simple and secure Password Management System made completely in Python.
Language: Python - Size: 15.6 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

IL2HorusTeam/il2fb-ds-airbridge
Wrapper of dedicated server of «IL-2 Sturmovik: Forgotten Battles». Provides high-level API and streaming facilities
Language: Python - Size: 1.45 MB - Last synced at: 12 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

Psingh12354/HackerRank-Solutions-Python
Here i upload my all python code which i have done on HackeRank.
Language: Python - Size: 52.7 KB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

poncoe/python_basic
Introduction to Python in Bahasa Indonesia & English (Using PyCharm CE & IDLE for Build Python) 🐍🐍
Language: Python - Size: 4.1 MB - Last synced at: 3 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 1

Ngahu/Django-E-commerce
Building a modern eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Language: Python - Size: 103 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 3

SHAKOTN/orion_bot
Slack bot
Language: Python - Size: 80.1 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

lynnsh/portfolio
A personal website built with Django (Python)
Language: HTML - Size: 41.6 MB - Last synced at: 19 days ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 1

reachsumit/population-density-India
The goal of this project is to calculate population weighted mean of geospatial coordinates of each Indian state and compare data from different decennial censuses.
Language: Jupyter Notebook - Size: 52.7 KB - Last synced at: 23 days ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 6

GDG-Ukraine/gdg.org.ua 📦
GDG Ukraine website, event registration forms.
Language: Python - Size: 1.54 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 24

Raklit/Egregore
Egregore Messenger - simple P2P messenger on Python with end-to-end encryption. No server. RSA, AES, Blowfish stack.
Language: Python - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

seanpm2001/UCALC
UCALC (Ultimate Calculator) is an advanced Python-based calculator that was my first major Python project.
Language: Python - Size: 69.4 MB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 2

nlesc-nano/nano-CAT
A collection of tools for the analysis of nanocrystals.
Language: Python - Size: 1.16 MB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 2

naddamuhamed/MemoryAllocationSimulator
My OS II project
Language: Python - Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 1

antonioam82/Piedra-papel-tijera
Language: Python - Size: 4.29 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 4

aditeyabaral/newsnow
Automated document merging and extractive summarization of news articles
Language: Python - Size: 20.5 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 5

BIJOY-SUST/SUST-Medical-Center
A computerized Medical Center management system that provides detailed reports and digitizes user access, communicating with a doctor, patient registration and recognition, and pharmacy management, eliminating paperwork, etc.
Language: HTML - Size: 48 MB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 4

thecraftman/python-from-scratch
Learn python from scratch
Language: Python - Size: 146 KB - Last synced at: 20 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 5

RossSmyth/tapir-bot 📦
A multifunction Discord webapp
Language: Python - Size: 128 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 5

mishaelaaa/OCR
This is a project in which I store all my attempts to create an application that can recognize effortlessly written in Bulgarian text and numbers.
Language: Python - Size: 546 MB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

TachyonicProject/luxon
Luxon Framework for rapid application development.
Language: Python - Size: 3.06 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

aydinnyunus/Birthday
Celebrate the Birthday
Language: Python - Size: 3.91 KB - Last synced at: 21 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 3

BaseMax/ColorConvertPy
Tiny library to convert various colored units. (rgb, hex)
Language: Python - Size: 50.8 KB - Last synced at: 6 days ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 1

dinukasaminda/tensorflowAngularShapeRecognition
I designed an angular app to identify 8 different shapes using 700 training set of shaps data set which are drawn on html5 canvas and a model trained in keras with tensorflow and python ,to predict in angular app used tensoflowjs.
Language: JavaScript - Size: 13.4 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

brad90four/basic-web-scraper
First Basic Web Scraper with Python
Language: Python - Size: 82 KB - Last synced at: 13 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

theengineeringworld/Numpy-Data-Science
NumPy Data Science Essential Traing COurse. Part of Youtube Course Offered by TheEngineeringWorld.
Language: Jupyter Notebook - Size: 370 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 4

oldkingcone/System-Hardener
Nix system hardener, Working on a windows component here soon.
Language: Python - Size: 33.2 KB - Last synced at: 7 days ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

NauCode/AllTheAlgorithmsOnPython
Just for educational purposes, I am trying to create by myself all the algorithms I can find (just reading their papers, without seeing the code).
Language: Python - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

JohnDeJesus22/-MakeoverMonday-Collaborative-Project
Collaborative Project with Robert Crocker and Mehsam Raza Hemani. The goal of our work is to create a working script to support Eva Murray and Andy Kriebel in gathering viz tweets. This data will then be visualized through Tableau and d3 to gain insights on the MakeoverMonday Project.
Language: Jupyter Notebook - Size: 5.26 MB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

roguexray007/Matplotlib-and-Seaborn-Tutorial
tutorials for easy understanding of matplotlib and seaborn commands for graph plotting
Language: Jupyter Notebook - Size: 3.98 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 4

bradleygolden/boxer
pyenv and tox powered by docker
Language: Python - Size: 239 KB - Last synced at: 12 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 2

LeandroMontanari/nomeador-de-numeros-gigantes-python3
Nomeador de Números Gigantes em Python 3
Language: Python - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

lisa-rosenberg/continuous-deployment-pipeline-example
Simple example for a Continuous Deployment Pipeline using Python 3.6, Travis CI, Docker Cloud and Heroku
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

osantana/reclient
A small library with helpers to create reliable HTTP REST client libraries
Language: Python - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 0

nagoya-foundation/dynasync
Project to sincronize local files with object storage service
Language: Python - Size: 4.18 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

nlesc-nano/CP2K-Parser
A package for converting CP2K input files into PLAMS-compatible dictionaries.
Language: Python - Size: 70.3 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

yakuza8/coronavirus-timeseries-predictor
Timeseries analyzer for coronavirus with recurrent neural network
Language: Python - Size: 121 KB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

mkochanowski/Wroflats
User-friendly client designed for browsing real estates with dynamically calculated ratings based on price, quality of photos as well as public transit capabilities.
Language: Python - Size: 1.26 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Aswin187/Static-Web
static travel web using django, signup and login form added
Language: CSS - Size: 8.64 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

MattIPv4/Whack-a-Mole 📦
A simple but expandable Whack a Mole game written with PyGame.
Language: Python - Size: 158 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 4

Psingh12354/Python-practice
Here i upload my all program related to my practice program in python
Language: Python - Size: 188 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

poliorcetics/ffn-downloader
A Python program to download stories from fanfiction.net.
Language: Python - Size: 347 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

Sriharsha-hatwar/Semantic-similarity
Finding Semantic Similarity between two Sentences using Semantic nets and Corpus statistics
Language: Python - Size: 2.23 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 3

nwilliams770/markov-of-middle-earth
🧙♂️⛓💍 Text generator using a Markov Chain, model trained on the Lord of The Rings Trilogy. Python 3.6
Language: Python - Size: 2.15 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

Akash-goyal-github/Python
Udemy Python Certification Course :boom: :100:
Language: Jupyter Notebook - Size: 1.68 MB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

ChairChandler/Computer-Tomography-Simulation
Computer Tomography simulation using radon transform.
Language: Python - Size: 2.05 MB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 1

aru71727/NIT-Review-System
Students of different NITs can rate their respective colleges in different aspects and based on their ratings graphs of colleges are generated and a overall comparison graph which helps in comparing colleges in terms of placements, etc...
Language: Python - Size: 9.29 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

aydinnyunus/Dictionary
Dictionary
Language: Python - Size: 1.6 MB - Last synced at: 21 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 4

kaanari/Python3-Projects
Python 3 Code Examples for Educational Purpose. Copyleft
Language: Jupyter Notebook - Size: 17.1 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 3

harshanavkis/PyTorch-implementation-of-Highway-Networks
Implementing a robust Highway Net in PyTorch
Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

Shanmukha-Y/Automated-License-Plate-Recognition
ALPR system that detects cars from a video and Extracts the number plate
Language: Python - Size: 6.23 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

jbeltranleon/python-basics
Conceptos basicos de python 2 y 3 [syntactic sugar]
Language: Python - Size: 466 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

artslob/VkMusicDownloader
:musical_note: Сохранение аудиозаписей ВКонтакте. Tool for downloading audios from vk.com. :notes:
Language: JavaScript - Size: 90.8 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 2

emmeowzing/obd2_scripts 📦
Some scripts I've written to work with OBD-II in Python 3.6+
Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

CAVIND46016/Project-Euler
Solutions to coding challenges on https://projecteuler.net/archives
Language: Python - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

kislerdm/ItunesAnalyticsApp
Python Data Fetched from the Itunes Analytics App
Language: Python - Size: 3.85 MB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 6

franksun319/CninfoSpider
从巨潮网(CNINFO)爬数据并下载pdf文件
Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

azogue/rpi_docker_base
Docker container for RPI3 SaaS development, with Python 3.6.6, Numpy, Pandas and Scipy installed
Language: Dockerfile - Size: 2.77 MB - Last synced at: 22 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

alifewellplayed/alifewellplayed.com 📦
Open source CMS & Blog platform written in Django 2/Python 3.6
Language: JavaScript - Size: 10.1 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 2

saurabhpati/data-analysis-pandas
A small data analysis project using python - language, matplotlib - data visualization lib, pandas - data processing and Jupyter - Ipython notebook
Language: HTML - Size: 489 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 7

bjprogrammer/Kaggle-Movie-Review
Sentiment Analysis on movie review data set using NLTK, Sci-Kit learner and some of the Weka classifiers
Language: Python - Size: 10.3 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1
