clevaway / J.A.R.V.I.S

Jarvis model: A Fine-tune of llama2, works 100% offline with Ollama
MIT License
68 stars 12 forks source link

chore(server.ts): change port variable case from lowercase port to up… #1

Closed FotieMConstant closed 5 months ago

FotieMConstant commented 5 months ago

…percase PORT to improve semantics

feat(server.ts): add support for process.env.PORT environment variable to be able to run app on a configurable port

chore(.gitignore): add .env, jarvis-7b-v0.1.gguf, and jarvis-hf to .gitignore

feat(Modelfile): add Modelfile with content "FROM ./ollama/quantized.bin"

chore(README.md): add useful links for converting model from hf to gguf

feat(assets): add .DS_Store, videos/.DS_Store, and videos/welcome_hud.mp4

chore(dataset/prepare_dataset.ipynb): update execution counts in prepare_dataset.ipynb

feat(dataset/raw_dataset.csv): add new rows to raw_dataset.csv

feat(download_hf_model.py): add script to download hf model

chore(main.py): add run_introduction function to main.py

feat(modules/introductions.py): add introductions module with functions to play video and speak introduction

feat(modules/text_to_speech.py): add ElevenLabs text-to-speech functionality

chore(ollama): add ollama submodule

chore(upload_gguf_model_to_hf.py): add script to upload gguf model to Hugging Face