Skip to content

Fritz-nvm/fullstack_AI_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Fullstack AI Chatbot

A full-stack AI chatbot application with Redis integration for real-time conversations.

## 📁 Project Structure

```├── src/                 # Source code directory
├── worker/              # Background worker processes
├── server/src/redis/    # Redis server configuration
├── main.py             # Main application entry point
├── test.py             # Test scripts
├── .env                # Environment variables
└── README.md           # Project documentation

🚀 Quick Start

  1. Install dependencies
pip install -r requirements.txt
  1. Set up environment variables
cp .env.example .env
# Edit .env with your configuration
  1. Run the application
python main.py

⚠️ Troubleshooting

If you encounter errors with aioredis, run:

python main.py

to see detailed error messages and debug information.

🔧 Development

  • Test components individually using test.py
  • Redis configuration located in server/src/redis/
  • Worker processes handle background tasks in worker/ directory

📝 Notes

  • Make sure Redis server is running before starting the application
  • Check .env file for proper configuration settings
  • See error details by running the main application file

About

A full-stack AI chatbot application with Redis integration for real-time conversations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages