TalkDB is fun and easy to use! Let’s get started!
🔗 Go to the Ollama website to begin.
📥 Click the download button for Llama 3.2B and save the file on your computer.
🛠️ Open the file you downloaded and follow the on-screen instructions to complete the installation.
- ⌨️ Press Windows + R to open the Run box.
- 📝 Type
cmdand press Enter to open the Command Prompt.
📡 Type the following command in the Command Prompt and press Enter:
ollama run llama3.2
This will download and set up the Llama 3.2B model.
🖥️ Navigate to your workspace and run this command to clone the TalkDB project:
git clone https://github.com/prem-ramamoorthy/Project-TalkDB.git
⚠️ Ensure Git is installed on your computer before proceeding.
📚 Go to the TalkDB folder and ensure all necessary libraries are installed. If any are missing, follow these steps:
-
⚙ Create a virtual environment by running:
python -m venv venv
-
🌐 Activate the virtual environment:
- On Windows: venv\Scripts\activate
- On Mac/Linux: source venv/bin/activate
-
🐼 Install the required libraries: pip install flask werkzeug mysql-connector-python
🌄 In the project folder, run the following command to start the app:
python app.py
🎉 You’re all set! Use the Llama 3.2B model with TalkDB to ask questions and interact seamlessly.
You’ve successfully set up Llama 3.2B with TalkDB. Great work, and enjoy exploring!