Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1p22geo/wikipedai
Wikipedia but AI-generated editable articles
https://github.com/1p22geo/wikipedai
Last synced: about 1 month ago
JSON representation
Wikipedia but AI-generated editable articles
- Host: GitHub
- URL: https://github.com/1p22geo/wikipedai
- Owner: 1p22geo
- License: mit
- Created: 2024-04-21T13:03:10.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T14:09:48.000Z (6 months ago)
- Last Synced: 2024-06-17T15:51:52.888Z (6 months ago)
- Language: TypeScript
- Size: 17.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WikipedAI
## Like Wikipedia, but AI-generated
I don't have anything more to say about it.
## Running in Docker
```shell
docker run -itd -p 3000:3000 -e MONGO_URI=mongodb://somewhere:27017 -e OLLAMA_URI=http://somewhere:9000 -e URL_BASE=http://0.0.0.0:3000 1p22geo/wikipedai```
## Running it yourself
### Create .env.local
```bash
MONGO_URI=mongodb://somewhere:27017
OLLAMA_URI=http://somewhere:9000
URL_BASE=http://localhost:3000
```### Run commands
```shell
yarn install
yarn build
yarn start
```