Spaces:
Configuration error
Configuration error
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,28 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AITrendPulse
|
2 |
+
|
3 |
+
AITrendPulse is a SaaS platform designed to help AI students stay informed about the latest trends, research, and updates in the field of artificial intelligence.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
- User registration and login
|
8 |
+
- Trend aggregation and management
|
9 |
+
- User preferences
|
10 |
+
|
11 |
+
## Setup
|
12 |
+
|
13 |
+
1. Clone this repository
|
14 |
+
2. Install dependencies: `pip install -r requirements.txt`
|
15 |
+
3. Set up a MongoDB database and update the `MONGO_URI` in `app.py`
|
16 |
+
4. Run the application: `python app.py`
|
17 |
+
|
18 |
+
## Deployment on Hugging Face Spaces
|
19 |
+
|
20 |
+
1. Create a new Space on Hugging Face
|
21 |
+
2. Choose "Gradio" as the SDK
|
22 |
+
3. Upload all the files in this repository to your Space
|
23 |
+
4. Set the environment variable `MONGO_URI` in your Space's settings
|
24 |
+
5. The app should now be running on your Hugging Face Space!
|
25 |
+
|
26 |
+
## Contributing
|
27 |
+
|
28 |
+
Contributions are welcome! Please feel free to submit a Pull Request.
|