Leggi questo in un'altra lingua: Italian.
This project is used to have attachments on posts on Linkedin. They are informative posts that have no intention of being scientific.
Ollama, updated Python and the Ollama python library must be installed on the machine it runs on
Once Ollama is installed you need to download the templates. Once this is done, you can analyze a file or a directory containing files by passing the path.
import ollama4coder
analyzer = ollama4coder.OllamaForCoder()
model_response = analyzer.process_analysis(model_name, path_file_python)
print(model_response)