Skip to content

Ongoing project for participation in CASML GenAI Hackathon. RAG-based pipeline for answering natural language queries, using the LLama 3.2 model and the all-MiniLM-L6-v2 transformer for embedding generation.

Notifications You must be signed in to change notification settings

dayitachaudhuri/PsychBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsychBot

PsychBot is a project aimed at providing psychological assistance through an interactive chatbot. This README provides instructions on how to clone the repository, set up Ollama, and download the necessary requirements to run the project locally.

Cloning the Repository

To clone the repository, follow these steps:

  1. Open your terminal.
  2. Navigate to the directory where you want to clone the repository.
  3. Run the following command:
git clone https://github.com/dayitachaudhuri/PsychBot.git

Setting Up the Requirements

  1. Create a python virtual environment.
  2. Download the requirements.
pip install -r requirements.txt
  1. Download and run Ollama 3.2 locally using the instructions in the video https://www.youtube.com/watch?v=Ox8hhpgrUi0&t=193s

Now the code is ready to be executed! Feel free to play around with the notebook and leave a comment below.

About

Ongoing project for participation in CASML GenAI Hackathon. RAG-based pipeline for answering natural language queries, using the LLama 3.2 model and the all-MiniLM-L6-v2 transformer for embedding generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published