Giter Club home page Giter Club logo

college-projects's Introduction

Measures engine rotations

Project Structure:

├─ Measures_engine_rotations
│  ├─ Debug
│  │  ├─ Exe
│  │  │  └─ FinalProject.d43
│  │  ├─ List
│  │  │  └─ FinalProject.map
│  │  └─ Obj
│  │     ├─ FinalProject.pbd
│  │     ├─ FinalProject.pbd.browse
│  │     ├─ FinalProject.pbd.linf
│  │     ├─ LCDutilities.pbi
│  │     ├─ LCDutilities.pbi.xcl
│  │     ├─ LCDutilities.r43
│  │     ├─ Projecton.pbi.xcl
│  │     ├─ Projecton.r43
│  │     ├─ Untitled1.pbi.xcl
│  │     ├─ motor.pbi
│  │     └─ motor.r43
│  ├─ FinalProject.dep
│  ├─ FinalProject.ewd
│  ├─ FinalProject.ewp
│  ├─ FinalProject.ewt
│  ├─ LCDutilities.c
│  ├─ LCDutilities.h
│  ├─ motor.c
│  ├─ problem.docx
│  ├─ settings
│  │  ├─ FinalProject.Debug.cspy.bat
│  │  ├─ FinalProject.Debug.cspy.ps1
│  │  ├─ FinalProject.Debug.driver.xcl
│  │  ├─ FinalProject.Debug.general.xcl
│  │  ├─ FinalProject.dbgdt
│  │  ├─ FinalProject.dnx
│  │  ├─ FinalProject.reggroups
│  │  └─ workspace.wsdt
│  └─ workspace.eww

Description: code written with c programming, and developed on msp430 and his timers, the goal its control and measures engine rotations

Requirement:

  • ms430FR6989
  • motor dc
  • wires
  • Trem cool communication over USB

Pictures:

Start:

  1. download IDE IAR system.
  2. connect your ms430FR6989
  3. download and debug motor.c file to the micro controller
  4. send commands via trem cool

Toxic Comments Classification CNN SGD

Project Structure:

├─ CNN_Classification
│  ├─ CNN_Model_SGD.h5
│  ├─ Final_Code_Toxic.py
│  ├─ Load_Cnn_Model.py
│  ├─ Loss&Acc.png
│  ├─ TrainData_Word_length.png
│  └─ TrainData_toxic_type.png

Description: model that’s capable of detecting different types of of toxicity comments like threats, obscenity, hate . base on CNN model

Requirement:

  • Python 3.8 or above
  • pip module
  • data set train.csv & test.csv
  • keras module
  • tensorflow module

Installation with pip

## sudo python3 -m pip install -U keras
## sudo python3 -m pip install -U tensorflow

Start:

python3 Final_Code_Toxic.py

Pictures:

TrainData_Word_length Loss Acc TrainData_toxic_type

Toxic Comments Classification Naive base

Project Structure:

├─ Classification_NAIVE_BASE
│  ├─ NAIVE_BAYES.py
│  ├─ test.csv
│  ├─ train.csv

Description: model that’s capable of detecting if comment is a toxic. base on naive base models

Requirement:

  • Python 3.8 or above
  • pip module
  • pandas module
  • sklearn module
  • termcolor module
  • data set train.csv & test.csv

Installation with pip

## sudo python3 -m pip install -U pandas
## sudo python3 -m pip install -U scikit-learn
## sudo python3 -m pip install -U termcolor

Start:

python3 NAIVE_BAYES.py

Pictures:

  • Accuracy

  • detect a toxic comment

Rocket space ship Game

Description:

Web application game , hit approaching enemy spaceships

Pictures:

'' ''

Project structure

Rocket_Ship
├─ .gitignore
├─ README.MD
├─ package-lock.json
├─ package.json
├─ public
│  ├─ css
│  │  ├─ StyleSheet.css
│  │  ├─ font-awesome.min.css
│  │  └─ w3.css
│  ├─ img
│  │  ├─ Fightspace.jpg
│  │  ├─ Space.jpg
│  │  ├─ boom.jpg
│  │  ├─ generalShip.bmp
│  │  ├─ keyboard.png
│  │  ├─ mothership.bmp
│  │  ├─ regship.bmp
│  │  ├─ shipFighter.jpg
│  │  └─ spaceship.png
│  ├─ js
│  │  ├─ app.js
│  │  ├─ jquery.color-2.1.2.min.js
│  │  └─ jquery.min.js
│  └─ sound
│     ├─ Explosion.mp3
│     ├─ SpaceLaserShot.mp3
│     └─ spaceGameLoop_mp3.mp3
├─ src
│  └─ app.js
└─ templates
   └─ views
      ├─ 404.hbs
      └─ index.hbs

Start :

  • npm install
  • npm run start

start play!. on port 3000

college-projects's People

Contributors

erezas 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.