Skip to content

StellaSlad/HagenCopilot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## Run HagenCopilot

Ensure to add a .env file, take a look at the .env-example file.

  1. Install requirements:
pip install -r backend/requirements.txt
  1. Start the docker-compose:
docker-compose up -d
  1. Put pdf files in the data folder and start the indexation of the files:
python backend/load_data.py
  1. Start the backend:
python backend/api.py
  1. Start the frontend:
cd frontend
npm run dev

Run evalutation pipeline

Make sure VPN is connected and the docker-compose is running and already indexed the data.

Run evalutation pipeline:

python backend/evaluation.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.8%
  • TypeScript 26.0%
  • CSS 9.4%
  • JavaScript 2.6%
  • HTML 2.2%