Ardvark-san

Ardvark123
·

AI & ML interests

I like ML, and general Roleplay shenanigans. Oh and Lewdity.

Recent Activity

Organizations

None yet

Ardvark123's activity

New activity in Steelskull/MSM-MS-Cydrion-22B 25 days ago

Feedback

#2 opened 25 days ago by
Ardvark123
New activity in ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.1-GGUF 3 months ago

question

#3 opened 3 months ago by
Ardvark123
reacted to loztcontrol's post with 👀👍 4 months ago
view post
Post
1686
I am developing a personal project to further support and help people living with Depression and Anxiety. As I suffer mainly from chronic depression I would like to create a tool based on AI that can monitor my moods but first I will collect information about myself, my moods and after collecting at least 6 months of my moods and my writings I will be able to formulate as a kind of recognition when my emotions are “out of control” I mean those states or feelings of emptiness. I think that sometimes not all of us have access to treatments and therapies so I would like to develop in a free way this project that I have just started today. I have already started the code to register events of my moods. I will share with you the updates :D


import pandas as pd
from sklearn.model_selection import train_test_split
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.naive_bayes import MultinomialNB
from sklearn.metrics import accuracy_score, classification_report
import nltk
from nltk.corpus import stopwords
import string
import matplotlib.pyplot as plt
from datetime import datetime

nltk.download('stopwords')

data = {
    'text': [
        "Hoy me siento bien, aunque un poco cansado", 
        "Me siento triste y solo", 
        "Esto es frustrante, todo sale mal", 
        "Estoy nervioso por lo que va a pasar",
        "No puedo con este estrés", 
        "Todo está saliendo bien, me siento optimista", 
        "Siento miedo de lo que pueda suceder", 
        "Hoy fue un día horrible"
    ],
    'emotion': [
        'felicidad', 
        'tristeza', 
        'enojo', 
        'ansiedad', 
        'ansiedad', 
        'felicidad', 
        'miedo', 
        'tristeza'
    ]
}

df = pd.DataFrame(data)

# Función para limpiar el texto
def clean_text(text):

Yes, I speak Spanish :P too
  • 3 replies
·

Impressed

2
#1 opened 4 months ago by
Ardvark123
New activity in elinas/Chronos-Gold-12B-1.0 4 months ago

Impressed

#4 opened 4 months ago by
Ardvark123
New activity in nbeerbower/gemma2-gutenberg-9B 5 months ago

openllm submission

1
#1 opened 5 months ago by
lemon07r
New activity in nothingiisreal/MN-12B-Celeste-V1.9 5 months ago

Feedback

7
#3 opened 5 months ago by
Darkknight535
New activity in nothingiisreal/Celeste-12B-V1.6 5 months ago

context

1
#2 opened 5 months ago by
Ardvark123
New activity in nothingiisreal/MN-12B-Celeste-V1.9 5 months ago

General discussion.

1
#1 opened 5 months ago by
Lewdiculous
New activity in Gryphe/Pantheon-RP-1.5-12b-Nemo 5 months ago

my thoughts

#2 opened 5 months ago by
Ardvark123
New activity in Virt-io/SillyTavern-Presets 5 months ago

Presets for Mistral

5
#8 opened 6 months ago by
Diavator
New activity in TheDrummer/Big-Tiger-Gemma-27B-v1 6 months ago

Works really well.

#4 opened 6 months ago by
Ardvark123
New activity in Lewdiculous/Model-Requests 7 months ago

Prompt

4
#1 opened 7 months ago by
Ardvark123