{"id":28633657,"url":"https://github.com/mc095/kawaii-chatbot","last_synced_at":"2025-06-12T15:09:33.803Z","repository":{"id":247639842,"uuid":"826423241","full_name":"mc095/kawaii-chatbot","owner":"mc095","description":"Distress Support Chatbot Using llama3-8b","archived":false,"fork":false,"pushed_at":"2025-05-26T10:32:09.000Z","size":7852,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T11:24:35.928Z","etag":null,"topics":["chainlit","chainofthought","langchain-python","llama3"],"latest_commit_sha":null,"homepage":"https://ashhealth07.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mc095.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-09T17:20:30.000Z","updated_at":"2025-05-26T10:32:12.000Z","dependencies_parsed_at":"2025-05-09T20:00:37.460Z","dependency_job_id":null,"html_url":"https://github.com/mc095/kawaii-chatbot","commit_stats":null,"previous_names":["gc097/ashley-mental-health-chatbot","mc095/ashley-mental-health-chatbot","mc095/kawaii-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mc095/kawaii-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc095%2Fkawaii-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc095%2Fkawaii-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc095%2Fkawaii-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc095%2Fkawaii-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mc095","download_url":"https://codeload.github.com/mc095/kawaii-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc095%2Fkawaii-chatbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259490550,"owners_count":22865769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chainlit","chainofthought","langchain-python","llama3"],"created_at":"2025-06-12T15:09:30.297Z","updated_at":"2025-06-12T15:09:33.782Z","avatar_url":"https://github.com/mc095.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ashley - Your Kawaii Mental Health Companion 🌸\n\n![Cover Photo](images/img1.png)\n\n## Overview 💫\n\nAshley is my passion project - a kawaii-styled mental health chatbot designed to be your digital companion. Built with Chainlit and powered by Groq's advanced language model, Ashley provides empathetic responses and creates a safe space for comforting conversations.\n\n![Cover Photo](images/img2.png)\n\n## Features 🌟\n\n- 💕 Kawaii-themed interface for a friendly, approachable experience\n- 🎭 Advanced sentiment analysis to understand your emotions\n- 💬 Real-time chat with empathetic responses\n- 🎨 Customizable layout with styled components\n- 🤝 Engaging conversations that feel personal and meaningful\n\n## Technologies Used 🛠️\n\n### Frontend\n\n- React (for building our beautiful UI)\n- Bootstrap (for responsive design)\n- React Icons (for kawaii visual elements)\n- React Router DOM (for seamless navigation)\n- Typewriter Effect (for engaging animations)\n- React Parallax Tilt (for interactive elements)\n- Web Vitals (for performance monitoring)\n\n### Backend\n\n- Chainlit (for creating our chat interface)\n- Groq API (powering Ashley's intelligent responses)\n- TextBlob \u0026 NLTK (for sentiment analysis)\n- LangChain (for conversation management)\n- Python dotenv (for secure configuration)\n\n## Getting Started \n\n### Prerequisites\n\n- Python (v3.7 or higher)\n- Node.js (v14 or higher)\n- Groq API Key\n\n### Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/your-username/kawaii-chatbot.git\n    cd kawaii-chatbot\n    ```\n\n2. **Install frontend dependencies:**\n\n    ```bash\n    cd client\n    npm install\n    ```\n\n3. **Install backend dependencies:**\n\n    ```bash\n    cd ../chatbot/ashBot\n    pip install -r requirements.txt\n    ```\n\n4. **Set up your environment:**\n\n   Create a `.env` file in the ashBot directory:\n\n    ```env\n    GROQ_API_KEY=your_groq_api_key\n    ```\n\n## Running Ashley \n\n![Cover Photo](images/img3.png)\n\n### Frontend\n\n```bash\ncd client\nnpm start\n```\n\n### Backend\n\n```bash\ncd chatbot/ashBot\nchainlit run app.py\n```\n\n## Project Structure 📁\n\n```\nkawaii-chatbot/\n├── client/              # React frontend\n├── chatbot/\n│   └── ashBot/         # Chainlit backend\n├── images/             # UI assets\n└── README.md\n```\n\n## Development Scripts 🛠️\n\n### Frontend\n\n- `npm start`: Launch development server\n- `npm run build`: Create production build\n- `npm test`: Run tests\n- `npm run eject`: Eject CRA configuration\n\n### Backend\n\n- `chainlit run app.py`: Start the Chainlit application\n\n## Contributing \n\nFeel free to contribute to making Ashley even better! Whether it's adding new features, improving responses, or enhancing the kawaii aesthetics, all contributions are welcome!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmc095%2Fkawaii-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmc095%2Fkawaii-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmc095%2Fkawaii-chatbot/lists"}