mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
Merge pull request #1 from senju1337/docs
add docs dir with some ideas and questions
This commit is contained in:
commit
14b363ee2d
3 changed files with 22 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -169,3 +169,4 @@ cython_debug/
|
|||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
.python-version
|
||||
|
|
|
|||
20
docs/requirements.md
Normal file
20
docs/requirements.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# senju
|
||||
|
||||
## ideen
|
||||
|
||||
- daily sprachcontent (wort haiku kanji satz), static site generator
|
||||
- fantasynamegenerators.com aber schlechter (aber gut)
|
||||
- fakenews generator
|
||||
|
||||
- ki metapromptengine
|
||||
- erstelle deine pizzasorte
|
||||
- gib mir zutaten -> generiere rezept
|
||||
- dutch master dnd
|
||||
- news aggregator
|
||||
- chatraum
|
||||
- minecraft skin generator
|
||||
|
||||
## Fragen
|
||||
|
||||
- [ ] ist ein static site generator ok?
|
||||
- [ ] wie KI einbinden? LLM api ok? Wie siehts mit cash money aus?
|
||||
1
src/main.py
Executable file
1
src/main.py
Executable file
|
|
@ -0,0 +1 @@
|
|||
print("hello world")
|
||||
Loading…
Add table
Add a link
Reference in a new issue