const express = require('express'); const axios = require('axios'); const app = express(); const API_KEY = 'kp2qQJXnoa1PItCyfOVOvgXA66Wexq0PeaWBKW_CZzs '; const CHATBOT_URL = 'https://poe.com/Cyber_Beast_TechOP'; // Replace with actual endpoint app.use(express.json()); app.post('/chatbot', async (req, res) => { const userMessage = req.body.message; const userToken = req.body.token; try { const response = await axios.post(CHATBOT_URL, { message: userMessage, token: userToken, apiKey: API_KEY }); res.json(response.data); } catch (error) { res.status(500).send('Error communicating with chatbot service'); } }); const PORT = process.env.PORT || 3000; app.listen(PORT, () => { console.log(`Server running on port ${PORT}`); });
top of page

Beast Works

AI, ML, and DL offer transformative solutions with the potential to revolutionize industries and improve various aspects of HUMAN life. 

AIBACKEND.jpg

AI/ML/DL

AI, ML, and DL offer transformative solutions with the potential to revolutionize industries and improve various aspects of HUMAN life. These technologies continue to evolve, opening up new possibilities and applications across diverse sectors. 

anonymous-hackers-trying-to-break-into-government-2023-11-27-05-33-30-utc_edited.png

IT/OT Convergence

Utilizing machine-to-machine communication combined with advanced IoT sensors, IT/OT systems monitor, communicate, and analyze vast volumes of data to enable autonomous operation, enhance accuracy, optimize maintenance procedures, and improve uptime.

college-students-research-inventions-robotics-and-2023-11-27-04-49-46-utc_edited.jpg

IoT

The Internet of Things (IoT) likes our Cyber Ring. Which is gather the network of physical objects that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet.

Ansgar Course.jpg

Training

We provide different courses to teach customers how to use artificial intelligence to improve employee work efficiency. Including video production, copywriting, data collection etc.

© 2023 by Cyber Beast Technology

  • Instagram
  • Facebook
  • LinkedIn
  • YouTube
bottom of page