E55B
Skip to content

Latest commit

 

History

107 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed Wikipedia page generator demo

Try out the online demo

The generator is currently available here.

Quick (Dev) Setup

Backend (Python Flask)

Install the required dependencies in a virtual environment

python -m venv .venv
source .venv/bin/activate 
pip install -r requirements.txt

then resolve the submodules

git submodule update --init --recursive

and install p7

sudo apt install p7zip-full p7zip-rar

Create a env files under LLM and set your aixplain API key

echo "YOUR-API-KEY" >> .env

Lastly, run the app

flask --app app --debug run

Frontend (ReactJS)

cd frontend/
npm install
npm start

and open localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

0