Giter Site home page Giter Site logo

inelligentanalysis's Introduction

智能自动数据获取分析系统Django后端开发日记

数据库设计

话题讨论(TopicComment)

属性 类型 备注
tc_id AutoField 编号id,自增主键
tc_tag CharField(100) 话题标签
tc_user_id CharField(200) 发布此微博用户id
tc_screen_name CharField(500) 发布此微博用户名
tc_weibo_id CharField(200) 当前微博id
tc_text TextField 微博正文
tc_location CharField(200) 微博位置
tc_created_at DateField 发布时间
tc_source CharField(200) 发布来源
tc_attitudes_count IntegerField 点赞数
tc_comments_count IntegerField 评论数
tc_reposts_count IntegerField 转发数
tc_topics CharField(1000) 所属主题
tc_at_users CharField(1000) @用户

汽车之家口碑(AutohomeData)

属性 类型 备注
auto_id AutoField 编号id
auto_brand CharField 品牌
auto_series CharField 车系
auto_category CharField 类别
auto_tag CharField 标签
auto_evaluate CharField 正负面评估
auto_text CharField 内容

逻辑设计

  • 首页显示宝马,奔驰,奥迪三类车型的微博词云
  • 在文字旁边,点击链接将进入单个类别显示,展示每个类别下,显示微博的频数直方图?还有情感分析的图表统计,以及汽车之家的口碑分类别展示

inelligentanalysis's People

Contributors

rllll avatar

Stargazers

Stephen Da 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.