AI Language Model for internal data in the company
The following libraries are required to run this project:
- ollama (https://ollama.com/)
- python venv (Python 3.9.6)
To install the required dependencies, run:
source venv/bin/activate
pip install -r requirements.txt
- Active the virtual environment:
source venv/bin/activate
- Run ML model:
ollama run llama3
- Run the web app:
langflow run