=======
3e19b4d (markdown updated) =======
2154bd35984f1770d974d0684c07699396c2f772
# Create a new project folder
mkdir <project_folder_name>
# Move into the project folder
cd <project_folder_name>
# Open the folder in VS Code
code .
# Create a new Conda environment with Python 3.10
conda create -p <env_name> python=3.10 -y
# Activate the environment (use full path to the environment)
conda activate <path_of_the_env>
# Install dependencies from requirements.txt
pip install -r requirements.txt
# Initialize Git
git init
# Stage all files
git add .
# Commit changes
git commit -m "<write your commit message>"
# Push to remote (after adding remote origin)
git push
# Cloning the repository
git clone https://github.com/sunnysavita10/document_portal.git
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD=======
>>>>>>> 3e19b4d (markdown updated)
=======
629dd59 (readme udapted)
=======
417da55 (updated) =======
>>>>>>> 2154bd35984f1770d974d0684c07699396c2f772
## Minimum Requirements for the Project
### LLM Models
- **Groq** (Free)
- **OpenAI** (Paid)
- **Gemini** (15 Days Free Access)
- **Claude** (Paid)
- **Hugging Face** (Free)
- **Ollama** (Local Setup)
### Embedding Models
- **OpenAI**
- **Hugging Face**
- **Gemini**
### Vector Databases
- **In-Memory**
- **On-Disk**
- **Cloud-Based**
<<<<<<< HEAD
### API Keys
=======
## API Keys
>>>>>>> 2154bd35984f1770d974d0684c07699396c2f772
### GROQ API Key
- [Get your API Key](https://console.groq.com/keys)
- [Groq Documentation](https://console.groq.com/docs/overview)
### Gemini API Key
- [Get your API Key](https://aistudio.google.com/apikey)
- [Gemini Documentation](https://ai.google.dev/gemini-api/docs/models)
<<<<<<< HEAD
<<<<<<< HEAD
##GROQ API KEY LINK
https://console.groq.com/docs/overview
### GEMINI API KEY
https://aistudio.google.com/apikey
https://ai.google.dev/gemini-api/docs/models
>>>>>>> 95e88f6 (notebook updated with llm and embedding model)
=======
>>>>>>> 3e19b4d (markdown updated)
=======
>>>>>>> 2154bd35984f1770d974d0684c07699396c2f772