This issue recommends an open source AI anti-e-commerce harassment, intelligent secretary open source project – QiarAI.
QiarAI is an open source project combining hardware and software. If you are an ordinary user, you need to have primary hardware hands-on ability (such as connecting the power network cable, inserting a board must be able to). The first version is mainly for the call forwarding function of the phone, you can set a white list policy on the phone, and transfer all cold calls to AI to answer. You can use your own cloud services and hardware throughout the process without worrying about privacy.
Implemented functions
- Intelligent answer : recognize the other party’s voice, cooperate with your words to determine whether harassment behavior. (such as setting up to refuse to receive “loans, intermediaries, stocks, etc.” harassing calls)
- Multiple Hang up policies : When harassing behavior is detected and hung up, an SMS notification is automatically sent to your main number.
- SMS collection and sending : not only notify information, but also forward all the SMS received by the secondary number to your main number, and bid farewell to the standby phone from now on.
- Human interaction : almost zero code deployment, with a WebUI user interface.
- AT console : The management center can directly interact with the SIM expansion board using the AT command. (For advanced users)
- Novice wizard : It is easy to use for the first time, and playing with AI is as simple as setting up a router. (For beginners)
- Access to Alibaba Cloud : has been adapted to Alibaba Cloud, a little configuration can access intelligent voice services.
- One-click update : comes with version update function, once and for all.
Schematic diagram
Preparing materials
- A Raspberry PI (recommended version 2 and above, ZERO version has not been tested yet) or a PC with USB interface (PC is not recommended, just for a taste)
The system is recommended to write the official Raspbian, the Windows version has not been fully tested.
- A SIM expansion board and a spare SIM phone card
Note that the SIM expansion board must support PCM phone voice reading and writing; otherwise, it can only send and receive SMS messages, but cannot make intelligent voice calls.
Currently confirm the available expansion board, you can search for Weixue SIM7600X on Taobao, other expansion boards need to be tested.
- A real name Ariyun developer account
According to the feedback, then see whether to adapt to other cloud services.
Hardware wiring diagram
Connect the SIM and Raspberry PI as shown below:
Start using
1 Logging in to a Raspberry PI device using ssh
sudo raspi-config
Then select Interfacing Options -> Serial -> no -> yes, disable the serial port debugging function.
2 Download the zip package and unzip it
$ wget -O qiar.zip https://iqiar.com/qiar_armv6.zip & & unzip -o ./qiar.zip -d ./QiarAI & & cd ./QiarAI
- 3 Grant Execution permission
Start running
$ chmod 777 ./start.sh
$ ./start.sh
Stop running
$ ./stop.sh
4 Access the WEB console
Address: http://your device IP:5000
Project screenshot
You can read more on your own.