typesdigital commited on
Commit
6865dd8
·
verified ·
1 Parent(s): 390d325

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -12
README.md CHANGED
@@ -1,12 +1,28 @@
1
- ---
2
- title: AI Trends
3
- emoji: 🏃
4
- colorFrom: gray
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 4.37.2
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.