├── .env ├── README.md ├── app.py ├── mental_health_Document.pdf ├── pic.jpg └── requirements.txt /.env: -------------------------------------------------------------------------------- 1 | GROQ_API_KEY= -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsightEdge01/GroqPDFFastChatbot/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsightEdge01/GroqPDFFastChatbot/HEAD/app.py -------------------------------------------------------------------------------- /mental_health_Document.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsightEdge01/GroqPDFFastChatbot/HEAD/mental_health_Document.pdf -------------------------------------------------------------------------------- /pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsightEdge01/GroqPDFFastChatbot/HEAD/pic.jpg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsightEdge01/GroqPDFFastChatbot/HEAD/requirements.txt --------------------------------------------------------------------------------