This is AI chatbot using Python, Langchain, and LLMs (specifically Llama3 model)
If you want to get more information on Llama models, check out this link: https://llama.meta.com/docs/get-started/
- Python and anaconda environment
- You will need 4.7GB of memory to download Llama3 model, so if you don't have enough space on your device work in Google Colab
- Go to project directory and run the following command:
pip install -r requirements.txt
- Dowload and install Ollama into your system. You can download it using the following link: https://ollama.com/download
- After you installed Ollama you can make sure if it is installed correctly by typing the following in your terminal:
ollama serve
- After you make sure you installed Ollama correctly, go and run this command in your project directory:
ollama pull llama3
streamlit run app.py