https://github.com/enbock/itbock.de
Source of my homepage. --> https://www.itbock.de
https://github.com/enbock/itbock.de
aws aws-lambda aws-polly gpt-4 s3-bucket
Last synced: about 2 months ago
JSON representation
Source of my homepage. --> https://www.itbock.de
- Host: GitHub
- URL: https://github.com/enbock/itbock.de
- Owner: enbock
- Created: 2020-05-10T22:47:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T19:28:49.000Z (almost 2 years ago)
- Last Synced: 2025-12-31T06:52:29.554Z (6 months ago)
- Topics: aws, aws-lambda, aws-polly, gpt-4, s3-bucket
- Language: TypeScript
- Homepage:
- Size: 111 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpage since 2024
In 2024 I restart my webpage https://www.itbock.de again ;)
# Idea
A AI driven webpage with code assistance for my daily developer work.
Can we do an LCARS again?
# Overview
This webpage, itbock.de, is an AI-driven platform designed to assist developers in their daily work. It offers a variety of functionalities such as:
- **Automatic Speech Recognition (ASR)**: Converts spoken language into text.
- **Natural Language Processing (NLP)**: Powered by OpenAI's GPT-4, enabling conversational AI capabilities.
- **Audio Transformation**: Transforms audio files into text.
- **Translation Services**: Provides language translation for various texts.
# Technologies Used
The following technologies and frameworks are used in this project:
- **Frontend**:
- **TypeScript**: Ensures type safety and modern JavaScript features.
- **Webpack**: Module bundler for compiling TypeScript and other assets.
- **HTML/CSS**: For structuring and styling the webpage.
- **Web Components**: Custom elements like `` for handling audio input.
- **Service Workers**: For offline capabilities and caching.
- **Backend**:
- **Node.js**: The runtime environment used.
- **AWS Lambda**: Serverless computing service for running backend functions.
- **OpenAI API**: For NLP and AI-driven features.
- **AWS S3**: For storing audio files and other assets.
- **Serverless Framework**: Facilitates deployment and management of AWS Lambda functions.
# License
This project is licensed under the MIT License.