Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nakunmc/fara

 
 

Repository files navigation

Instructions

git clone https://github.com/nakunmc/fara  
cd fara
python -m venv .venv  
.\.venv\Scripts\activate  
pip install -e .  
playwright install  

Dans un autre terminal :

ollama pull huihui_ai/fara-abliterated:7b  
ollama run huihui_ai/fara-abliterated:7b  

Dans un autre terminal :

python -m http.server 8000  

Puis, dans un autre terminal :

fara-cli --task "Remplis le formulaire avec les informations à disposition. NOM = 'Jean DUPONT' DATE_OF_BIRTH = '05/05/1995' MAIL = '[email protected]' ADDRESS = '5 rue du Général 75002 Paris' USERNAME = 'jean' PASSWORD = 'pass' "  --endpoint_config endpoint_configs/ollama_config.json --headful --start_page http://localhost:8000/

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.3%
  • Jupyter Notebook 18.8%
  • JavaScript 3.7%
  • HTML 1.1%
  • Shell 0.1%