Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algosup/2022-project-artificial-intelligence-group-c
https://github.com/algosup/2022-project-artificial-intelligence-group-c
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/algosup/2022-project-artificial-intelligence-group-c
- Owner: algosup
- Created: 2022-04-28T11:48:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T15:20:26.000Z (over 2 years ago)
- Last Synced: 2024-11-13T19:02:45.203Z (3 days ago)
- Language: Jupyter Notebook
- Size: 8.08 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AIgoSup Project 5 Group C
This is the 5th Project of the Year 2021-2022 at Algosup. This project aims to build a Neural Network able to recognize wether someone nearby is speaking French or
English, the model is then uploaded to an Arduino Nano 33 BLE where it can listen through the integrated microphone, infeer the heard sound using the model and then
output the result through a RGB LED.## Links to the Google Colabs
The Jupiter notebooks used in the project are all on the Github Repository but they are also uploaded to Colabs for ease of use.
1st Google Colab: https://colab.research.google.com/drive/1a4Fk2ZnI94EUOsxv4tHjlwx9wGU9_MPm?usp=sharing
This Colab was our first attempts at making the model and is now depreciated
2nd Google Colab: https://colab.research.google.com/drive/1VMPheGEwORD_Qd8KmwOGJOu447fIfRDd?usp=sharing
This Colab was our next attempt at making the model, using TFLite and the Arduino Speech Recognition exemple
## Trying out our Model
Google Colab: https://colab.research.google.com/drive/1haawKTX_atGX7aVzz2Ek4Hw-qEVr256H?usp=sharing
Use this Colab to try out our model, don't forget to change the values in the First Cell, and then use "Run All"