02_04_2019

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
02_04_2019 [2019/02/04 23:09] cynthia.kahn02_04_2019 [2019/02/04 23:23] (current) cynthia.kahn
Line 6: Line 6:
      - Backend - Python, Flask\\      - Backend - Python, Flask\\
      - Database - PostgreSQL\\      - Database - PostgreSQL\\
-//The Project can be found here https://github.com/bhashithe/Project1//+//The Project can be found here [[ https://github.com/bhashithe/Project1]]//
 \\ \\
 \\ \\
-=== Deep Learning ===\\+ === Deep Learning === 
    * Worked with shallow classifiers like KNN\\    * Worked with shallow classifiers like KNN\\
    * Implemented Loss functions for SVM, Softmax and Full Loss\\    * Implemented Loss functions for SVM, Softmax and Full Loss\\
 +//Codes coming soon//
 \\ \\
 +\\
 +=== Operating System ===
  
-**//SQL to create table users_info//** +   Created Project Proposal on Biometric SmartCard OS 
-\\  +   * But will probably do the actual project on something else 
-DROP TABLE IF EXISTS users_info; \\ +
-\\  +
-CREATE TABLE users_info( \\ +
-        userID BIGINT, +
- userName TEXT, +
- screenName TEXT, +
- userLocation TEXT, +
- url TEXT, +
- description TEXT, +
- translatorType TEXT, +
- protected TEXT, +
- verified TEXT, +
- followersCount INTEGER, +
- friendsCount INTEGER, +
- listedCount INTEGER, +
- favouritesCount INTEGER, +
- statusesCount INTEGER, +
- userCreated VARCHAR(50), +
-  utcOffset TEXT, +
- userTimeZone VARCHAR(50), +
- geoEnabled TEXT, +
- lang TEXT, +
- contributorsEnabled TEXT, +
- isTranslator TEXT, +
- profileBackgroundColor TEXT, +
- profileBackgroundImageURL TEXT, +
- profileBackgroundTile TEXT, +
- profileLinkColor TEXT, +
- profileSidebarBorderColor TEXT, +
- profileSidebarFillColor TEXT, +
- profileTextColor TEXT, +
- profileUseBackgroundImage TEXT, +
- profileImageURL TEXT, +
- defaultProfile TEXT, +
- defaultProfileImage TEXT, +
- userFollowing TEXT,  +
- followRequestSent TEXT, +
- notifications TEXT +
-); +
- +
-\\  +
-psql cynthiak   \\ +
-\copy users_info FROM '/home/cynthiak/users_tab_to_semi.txt' WITH DELIMITER ';'  \\+
  
-\\  +=== SmartAPI ===
-**//SQL to create table entities_info//** +
-\\  +
-DROP TABLE IF EXISTS entities_info; \\ +
-\\  +
-CREATE TABLE entities_info( \\ +
- hashtags TEXT, +
-  entitiesURL TEXT, +
-  userMentionsID1 BIGINT, +
-  userMentionsID2 BIGINT, +
-  symbols TEXT, +
-  entitiesMediaID BIGINT, +
-  entitiesMediaIndices TEXT, +
-  entitiesMediaURL TEXT, +
-        entitiesType TEXT, +
-        entitiesSizeSmall TEXT, +
-        entitiesSizeMedium TEXT, +
-        entitiesSizeThumb TEXT, +
-        entitiesSizeLarge TEXT, +
-  extendedEntitiesMediaID BIGINT, +
-  extendedEntitiesMediaIndices TEXT, +
-  extendedEntitiesMediaURL TEXT, +
-  extendedDisplayURL TEXT, +
-  extendedExpandedURL TEXT, +
-  extendedEntitiesType TEXT, +
-        extendedSizeSmall TEXT, +
-        extendedSizeMedium TEXT, +
-        extendedSizeThumb TEXT, +
-        extendedSizeLarge TEXT +
-);+
  
-\\  +   * Created ER diagrams of the FAERS and AEOLUS DBs 
-psql cynthiak   \\ +   * Researched on Swagger.io 
-\copy entities_info FROM '/home/cynthiak/entities_table.txt' WITH DELIMITER ';'  \\+   * Currently working on completing a database connection and the service call implementations.
  
  • 02_04_2019.txt
  • Last modified: 2019/02/04 23:23
  • by cynthia.kahn