Skip to content

Gaonuk/nopti-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install -r requirements.txt

Download : llama-3.2-1b-instruct-q8_0.gguf

Run the local llama3.2 1B server

python3 -m llama_cpp.server \
    --model complete_path_to_model/llama-3.2-1b-instruct-q8_0.gguf \
    --host localhost    --port 8111

Run principale app server :

uvicorn server:app --reload

Use scraper module :

from scraper.get_updated_news import get_update_news

date = get_update_news() #conten the news data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages